If the target display is low resolution... #64
-
If the target display is low resolution, can a lesser pi do the job? I am wanting to add this to an older Sony 8" CRT to give it even more of a retro feel. So 4k output isn't anywhere close to what I'd be targeting. Obviously I'll have to convert the signal to S-Video or something, but before I spend money on a new RPi5, I'm wondering if some of the hardware requirements could, theoretically, be ignored. How much of the 5 is needed just for processing the algorithms, vs pushing to a hi-def signal? And are there any settings in the config that would allow for such a downsampling to save on heat output? Rather than just degrading through the signal. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
I like the idea of this however I am not positive. I ordered a cable (3.5 to audio/composite) that should be in today. I also have a pi 3b+ lying around that supports the cable. Let me do some testing and I will get back to you on this. If all goes well, I'll send you instructions then see what the best solution is for either adding this functionality or at minimum spin up a new repo. |
Beta Was this translation helpful? Give feedback.
-
@GhostToast I have performed some testing and here is what we are looking at:
RPI 4 running projectMAR over composite video:Requirements:
Setup Instructions: Note: This assumes you are working off of a fresh image that has been already been updated.
I need some time to put this together into an independent repository but I have this on my todo list. Let me know if you have any questions about the procedure and I'll help as best I can. Please also provide any feedback post setup as I would love to hear how this went and make any changes necessary for future audiences. |
Beta Was this translation helpful? Give feedback.
-
As far as the RPI4 is concerned it already comes with a 3.5mm 4-pole stereo audio and video output, but then you will need the cable for it. The RPI5 does not have out-of-box support for composite, but you have the option to solder to the J7 composite video header to add it. That would solve the video problem but then you would need audio which would require a DAC. As you stated you could alternatively use an HDMI to RCA converter (I dont have much experience with these). |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
i ended up setting the window.fullscreen.width and height to the correct values, and enabling exclusive fullscreen. as well, i changed the conf file in the projectMAR folder to have the same resolution. i think this is good now! next up will be to maybe wire a couple buttons to use as next/prev visualizations. but not sure if/when i'll get to that. i'll keep you posted if i encounter any other issues. thanks again! |
Beta Was this translation helpful? Give feedback.
@GhostToast I have performed some testi…