Propeller and a 5V pinhole cam
bboy8012
Posts: 153
I was wondering can anyone point me to the right direction to find information and examples on getting the propeller to stream video from·a cam. My over all goal is to use a 2 propellers, 1 5v pinhole cam, 2 xbee modules to stream video wirelessly. For aerial video. Trying to develop a generic UAV apllication in java for the propeller for model airplanes/jets. I have the java applications complete for serial comms between the propeller and my pc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Hunger hurts, starvation works!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Hunger hurts, starvation works!
Comments
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Hunger hurts, starvation works!
I don't say these things to discourage you. Quite the contrary! But it's important to set your sights on a goal that might reasonably be accomplished. I don't think anyone has succeeded yet in capturing and processing NTSC video with the Propeller in real time. It's a quest worth pursuing, though, and you might well be the first!
-Phil
it is easily converted to 3 or 4 bit binary (11 levels) and seems to be very fast, ok for B&W video.
Also, (for another idea)
CCD chips for which you can find the datasheets are adaptable to the Propeller, the main challenge is voltage
level shifting. If you slow down a CCD chip, it may become more sensitive to light also. (I'm thinking of direct
control of the CCD now, rather than grabbing from the video output of a complete security camera).
This idea uses CCDs more like webcams or digital cameras than video spy cameras.
Save the lenses and CCDs from old cameras in case they are useful for this.
(1) Slow scanning 1Hz rather than 60 Hz
(2) still pictures (once per second)
(3) reduced resolution (128x128 B/W)
This can make much sense, especially when some external hardware is in the game, as the CCDs as such, or pre-treatments as computing the interframe differences, etc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheers,
Simon
www.norfolkhelicopterclub.co.uk
You'll always have as many take-offs as landings, the trick is to be sure you can take-off again ;-)
BTW: I type as I'm thinking, so please don't take any offense at my writing style
Sorry, no real news: it's still queued up. I'm contemplating a different Propeller driver board for it from the full-blown MoBoProp. This would make it usable with a wider range of Parallax's products — assuming I can keep the cost down.
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheers,
Simon
www.norfolkhelicopterclub.co.uk
You'll always have as many take-offs as landings, the trick is to be sure you can take-off again ;-)
BTW: I type as I'm thinking, so please don't take any offense at my writing style
So the PropCam is almost the only hope!
Question; What sort of resolution are you aiming for and what is the likely time-frame?
The resolution is 128 x 96 pixels, 4 bits deep. Here is the link. The date on my original post should give you some clue about the time frame: "real soon now". It's "just" a matter of documenting the thing both for the user and for production and building a test jig for it — in other words, turning a working device into a product.
-Phil