-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request Import/Export presets and separate gain control for RGB. #105
Comments
That's all possible, yeah. Preset exporting: Color controls: |
Isn't export/import of preset would be as simple as making web server in firmware give out(or save in) preset .txt? I understand, that results may vary(since board electrical parameters vary), but i don't see ways to fix it, so it'd be as-is anyway. |
I wanted to show how the colors need to be tuned a bit. This test was done on MiSTer using both the HDMI and IO RGBS video sources in real time. The GBS-C had the auto ADC Gain applied. Video was scaled and sized as closely as the web gui would allow. Video was captured using a datapath e2s in-real time with OBS. I have removed the pan pots from the GBS-C in the videos below you will see the color shift between sources. MiSTer HDMI vs MiSTer IO RGBS GBS-C: SNES CORE SF2WW MiSTer HDMI vs MiSTer IO RGBS GBS-C: NES CORE 240 Test Suite Color bars In other tests with the OSSC using the same set up the color shift are much less pronounced and match near perfect color wise. As far as different versions of The GBS go, is there away to Identify versions? Why not just make the import only compatible between the same versions? (Add a version check) Export should always just work. |
Ah yeah, your video shows it perfectly: Your GBS (or something in the chain, but probably the GBS) has at least a red hue to it. So that's how you should try to correct it first: Try and change the red channel ADC offset via Serial console:
It is generally a good idea to correct color issues where they develop, and this is clearly the ADC. |
Regarding the preset compatibility, that is meant for differing software versions. |
When I try to send "g5g09" I get the following: Command to send: Monitring the serial terminal:
I am sure I am doing this wrong as my knowledge of arudrino micro computers is limited. Any tips to get me in the right direction would be welcomed |
Oh, it's mostly working. 0x7B is your gain for the red channel. The range is from 0x00 to 0xFF, by the way. |
OK, so I have it working but "0x7B" is not gain for red, It's the Horizontal Position: Selects "0x7B" Shifts the picture left: Shifts the picture Right: Output from the serial monitor:
Is there any way I find a map of all the registers? |
Hm, not sure what's wrong. Try directly setting values: You can find the available documentation in all its glory here (not collected by me ;p) I'm sorry for the delays. I'm very busy these days, but it'll be worth it! :) |
ok I have it working now. setting the values directly work with s5s09s60. Thank you for providing all of the documents. There a little overwhelming. I have tried adjusting the RGB gains and offset but I still can't get them perfect. I have ordered a new GBS8220 and will test the ADC Gain with it. hopefully with better results. I will let you know what I find. |
I have tested with a new GBS8200 and I am still getting the same results. ADC Gain colors are close but not perfect. maybe this is due to the VGA to HDMI encoder I have. |
Well yea, it's a lot of analog steps to your final image. But if a GBS always shows a strong shift towards one color, then it's probably internal, and needs to be corrected. I'll get the individual ADC gains broken out in the web ui soon! |
Sending a soft reminder for the individual ADC gains broken out in the web ui. :-) |
Hey, I'm still working on that other project. I'll get to this once that's done :) |
Well, it's 2023 and the issue is still there. Two boards I have behave similarly - excess of red color. (component input, RGBHV output in passthrough 480p) |
That other project long took over, but maybe someone else can pick this up? |
Is there anyway to import or export presets?
I have really come up with very accurate and close presets for aspect ratio and screen size for consoles. I'd really like a way to import and export these so they can be shared. I would even settle if there's a way to do this without the web GUI.
Now that I have really good aspect ratio and screen size I have noticed that I need some tweaks to color from my Gbscontrol. Is there a way adjust Red gain, Green gain, Bule gain, gamma and black levle individually? Again I would even settle if there's a way to do this without the web GUI.
It would be great to have these adjustments and abilities in the GUI if possible.
The text was updated successfully, but these errors were encountered: