Raspberry Pi car camera coder with Adafruit LCD.
Note: I'm not sure if this project is usable anywhere outside my home dev environment. Actually, it is not designed to be reusable and/or redistributable.
- Make sure you have all required modules (for proper LCD functioning) loaded and I2C tools installed according to this article
- Checkout source code
- Add raspicar.py to startup, i.e. simply into
/etc/rc.local
- Recording
- stop video from menu, well, that's what really needed
- sync disk when recording is finished
- select stabilization and w/b mode for camera
- Menu
- Finite state machine for whole application: menu and state transitions, etc.
- upload video to YouTube using menu (heh, that means that we need to authenticate somehow to youtube API and against user account)
- delete/protect video from deletion from menu
- Settings
- auto save/load settings
- Audio player
- 16 x 2 mpd interface (play, pause, stop, next, previous)
- automount usb stick (add to mpd collection, clean up mpd collection on removal)
- Also
- add RTC clock
- Fix bugs
- for some reason video recording longer then 30 mins does not stop (raspivid bug?)