SX project to Mirror a video image???
Jim Fouch
Posts: 395
I know some of you guys have been using the SX to generate a video signal and create text/graphics.
Does anyone know how hard it would be create a project on the SX to mirror a video image coming from a camera. Or maybe there is a device out that already does it.
Just wondering.
Also for you video guys, check out this link to a very cheap LCD but very good video monitor. I bought one and ripped out the display and it only needs 12V and your video signal. It also has on screen controls for Color, Brightness, Contrast.
http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=1423486&sku=G202-1000
Does anyone know how hard it would be create a project on the SX to mirror a video image coming from a camera. Or maybe there is a device out that already does it.
Just wondering.
Also for you video guys, check out this link to a very cheap LCD but very good video monitor. I bought one and ripped out the display and it only needs 12V and your video signal. It also has on screen controls for Color, Brightness, Contrast.
http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=1423486&sku=G202-1000
Comments
It would not be an easy thing to do. Expecially if you want color.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video·Module" Now available from Parallax for only $28.95
http://www.parallax.com/detail.asp?product_id=30012
Product web site: www.sxvm.com
"One experiment is worth a thousand theories"
·
Sorry...couldn't resist. lol
But yeah, Bean is correct. Would be very difficult. I imagine you would need some type of analog converter, compressor, etc.
I *THINK* an Amiga with a Video Toaster can do it....you can get one of those setups on eBay for about $400 in good shape.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://metroidclassic.com
=========
DMCA Sucks
RIAA Sucks
-Dan
·
if some of you guys are still familiar with the good old dBase language, I have created two new commands that are good for any application:
SET BUGS OFF
DO WHAT I WANT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Greetings from Germany,
G
This is for a motorcycle rear mirror replacement project. Not sure an Amiga would "FIT" well into my design... Maybe an Atari STacy laptop.... Boy that brings back some memories.... old ones....
hehehehe...yeah, I use that version all the time...a lot like:
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://metroidclassic.com
=========
DMCA Sucks
RIAA Sucks
besides all the SX assembly code I'm mostly looking at right now, I loved to see some real C code again. Thanks for disclosing the secrets of the inner workings of Windoze. This helps me a lot to understand why Win 98 crashed that often on my machine. BTW, I like the way how new software versions are created. Commenting out and inserting a new
printf("Welcome to Windows xx");
is the most brilliant method I ever saw, I think I'll make use of it in my future projects (should work with SX code as well).
Do you think, Win XP has been created the same way, or is it possible that they have switched to an object-oriented approach now, using C++, or possibly C#?
Well, back to the topic:
Mirroring a video image would mean to capture the data for each frame line from the camera, and while sending it out to the display in reverse order, you would have to capture the data for the next line. IMO, this would require two separate buffers for two lines, alternatively used - one to store the new line data, and one for reading out the last line's data in reverse order. IOW, external memory would be required as the SX does not have enough internal RAM.
I think, Dan had a good point:
>> If you're using a CRT, maybe you could flip the polarity of Horizontal Deflection coil...
Why not? This would be a real KISS solution.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Greetings from Germany,
G
A HUD on a motorcycle? Those things are tooo dangerous...I will stick to my Rickshaw thank you. :-P
lol
cbmeeks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://metroidclassic.com
=========
DMCA Sucks
RIAA Sucks
That's a neat idea.
I wonder if I could just pull the LCD away from the backlight and flip it around???
I have heard of companies that sell a complete system that has a rear facing bullet camera that replaces your rearview mirrors. The have some hind of converter that they feed the signal thru that mirrors the image so you see it like a mirror would.
I wss pretty sure that the SX would not have enough memory, but I wonder if it would have the speed.
I'm now pondering my next project for the SX..... Porting Excel to it....· LOL· Come on guys, you'd be amazed what you can do with 136 bytes of ram if you put your head to it.....·· ;-)
Jim
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10