image capture/programming on a chip using propellor?
sheonbanks
Posts: 10
The idea is to create a digital camera(or something that captures an image). The image comes directly from a CMOS imaging sensor or maybe I can take apart some digital camera and use that but i would like to build one myself from scratch. I put a post like this on the basic stamp forum and was told about embedded linux. This may work but I don't know how to put this on a chip nor do I know how I can use this with my filter. The filter just manipulates the image bytes.
I'm to too worried about processing time at this point however I am looking for the same capabilities in image capturing as a digital camera.
Can someone help me further? I know it can be done. I am not an engineer but a computer programmer so please forgive my novice attempts at understanding some technical principles.
I'm to too worried about processing time at this point however I am looking for the same capabilities in image capturing as a digital camera.
Can someone help me further? I know it can be done. I am not an engineer but a computer programmer so please forgive my novice attempts at understanding some technical principles.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
http://www.rayslogic.com/propeller/Programming/Cameras/cameras.htm
It's not the best quality in the world...· And, it's a bit overpriced.· But, I haven't found anything easier to use...
Voltage shifters will be needed and so will concentration while studying the CCD datasheet.
It is also possible to framegrab from a NTSC video source, which was done with an APPLE II around 1980.
A fast comparator or A/D converter may be needed, unless you use a clever trick.
Some "Assembly" may be required.
I have two boards I am using it on now, a proto board that was the initial experiment and a "prop dongle" that has dual capture circuits that I am trying to make a 3D image TV image display with like you see with red/green movie glasses.
Perry