-
Notifications
You must be signed in to change notification settings - Fork 65
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: "Super Resolution" input support #49
Comments
I doubt the timings are the issue here - horizontal resolution doesn't really matter as it just ends up as analog signal which gets sampled. The problem more likely is in the way sync is generated (H/V or composite sync, odd/even indicator usage, irregularities etc.), I'll need to check more details and see if there are oscilloscope captures of the signals. |
Thanks for looking into this! I'm fairly certain that the RGB Pi uses csync (the dev claims as much, anyway), and Mike Chi's RetroTink Ultimate did too. He open-sourced the design, which might provide some insight as to how these hats generate their sync signals. I don't have an oscilloscope to read my RGB Pi, but I'm willing to donate you one if necessary. |
Could you show me which SCART to HDMI devices do recognise a Pi running super resolutions? I'd like to get one in the meantime. |
The black metal box ones seem to be a little better than the others, and that's what I'm using. Here's a couple of shots of mine. |
Haven't had a chance to look into these issue yet, but I have a few questions:
|
|
After some thorough testing with the new SCART buffer, I can confirm that none of the modes are recognized by the OSSC. |
Ok, maybe the title should be changed accordingly as it seems the issue is not related to Super resolutions. Do you have more details on the sync combiner circuit RGB Pi uses? Maybe you could open the connector and take a photo. Also, have you tested it directly without the scart buffer? |
Not sure what to rename it to, to be honest. It seems related to how the Pi is being hacked to generate the signal. I opened the connector, but there doesn't seem to be much going on there. Yes, I tried it without the buffer, but the result is the same. It's the one from js-technology, so it shouldn't make a difference to the signal. |
Could you take a closer photo of the chip shown in first picture, or at least write its markings here? I've now built a fenlogic vga666 adapter and will test it in near future. The only relevant difference is sync generation as RGB Pi uses composite sync, most likely combined using the said chip. |
I've now tested vga666 module hooked to AV3 RGBHV with the modelines below:
The signal quality isn't very good for some reason, but I'm getting sync nevertheless. The problem seems to be related to the sync combiner then. |
I'm also facing this issue, trying right now with a Recalbox and an RGBPi. I'll test the timings described above once I have the time and report back. |
Any update, findings on this? |
Has anyone tested this with v1.xx firmware revisions? I'd still need to know details of tha cable (sync path) to have any ideas on what could be wrong since vga666 adapter worked OK in my setup. I can only guess sync level is not optimal which could be mitigated by OSSC's Analog sync Vth option. |
A lot of projects have recently been appearing with the aim of using low powered devices (like Raspberry Pi) to emulate systems and display them on CRTs via RGB or Y/Pb/Pr. These devices usually use the GPIO pins and custom timings to display a sort of "Super Resolution" (1920x240, 1792x239, etc.) which circumvents a lot of the inherent limitations of the SoCs present in these devices. While these have no problem displaying on a CRT and even the very cheap "SCART to HDMI" devices, the OSSC doesn't appear to like the signal, presently (audio works, but no sync/video).
The main use for such a feature (given that most of these devices natively output HDMI), would be for the purposes of streaming/capturing the video output while simultaneously playing on a CRT (e.g. Pi video goes into SCART Buffer, goes to both CRT for playing and OSSC for capturing).
The specific timings used vary a little on a device by device and system by system basis, but since most of the timings are listed on CRTPi and RGB-Pi's github pages, it should hopefully not be too much trouble to figure out what they're doing exactly.
The text was updated successfully, but these errors were encountered: