Raspberry Pi based car backup camera, streaming live video to your smart phone.
- Raspberry Pi 3 or Zero W
- Rasperry Pi compatible camera. Wide angle lens recommended here
- 12V - 5V LDO
- Various jumper wires/splicers
- 3D printed camera mount
- 3D printed casing
- Install NOOBs image on SD card and follow directions for setup here
- Raspian Full Image
- Update Raspian, ensure ssh is enabled
- Configure WiFi to run in Access Point mode to create a local wifi network: here - Note: can skip step 8
- Now, when booting the Pi, it should create the wifi network and you should be able to join with your phone/computer
- [Command to generate H.264 raw video stream and place in init files in the python script]
- Download Android App: https://play.google.com/store/apps/details?id=ca.frozen.rpicameraviewer&hl=en_US 1b. For iOS, try: https://apps.apple.com/us/app/rpi-camera-viewer/id1312142156 (untested)
- Source code for mobile apps: https://github.com/ShawnBaker/RPiCameraViewer and https://github.com/ShawnBaker/iOS_RPiCameraViewer