video logging
I have a newbie question: How do you log video to a sd card? More specifically, I need to log color video from a lipstick camera or board camera directly to an sd card, using the bare minimum of hardware. I do not need an LCD screen or other features. Small component size is critical, including battery(s). This will be installed in an underwater housing for tagging marine turtles, seals, etc. I currently use a micro Digital Video Recorder (DVR) with MPEG4 compression, but the unit includes a video screen and unecessary features, making the unit bulky. The intent is to install all the electronics, including camera in a approximately one inch I.D. tube housing. Can you recommend the essential components?
Bill
Bill
Comments
I need to run video, not still pictures. I guess what I'm asking is what are the minimun components (Parallax or not) I need to go from a video camera to Sd card? Otherwords, a DVR without the LCD, control buttons, playback features, etc, etc. The video does not neccessarly have to be full resolution.
Thanks,
Bill
The current SD card routines were intended to provide basic functionality and are not optimized for speed. They use a slower SD card I/O mode than is available. I don't know how fast a frame rate can be handled. You'd have to do some experimenting.
Basically, there's no "ready to go" functionality for recording video using the Propeller for a controller. It's not clear that the Propeller could do the job although it might with some careful constraints and tight assembly language programming.
I still think the easiest route would be to use a USB webcam and an embedded Linux processor with SD card support, like the Gumstix. I'm not familiar enough with Linux video programs, but I suspect you could find something that would work doing on-the-fly compression to a file.
http://www.electronics123.com/s.nl/it.A/id.2566/.f
- Bob -