This project is a webapp to connect to Yocam. Legacy Mofily Yocam app is not available anymore and Yocam user cannot manage their devices.
- Reading the confirmed, non-secret camera settings
- Browsing stored photos and videos, viewing thumbnails/originals, and downloading files without modifying the SD card
- Live view 640×360 MJPEG view
- Changing status lights, sounds, power saving, camera/capture mode, video and photo resolution, timelapse/burst/loop options, stabilization, HDR, rotation, white balance, and exposure compensation
Changing Wi-Fi credentials, camera passwords, network reset, media deletion, and firmware flashing are intentionally excluded from this first build.
-
Turn on the YoCam and enable its Wi-Fi/AP mode.
-
Connect the computer to the YoCam Wi-Fi network. The legacy app only accepts the camera when the network gateway is
192.72.1.1. -
Install FFmpeg once if live view is needed:
brew install ffmpeg. -
From this directory, run:
python3 -m yocam.server
-
Open http://127.0.0.1:8765 and choose Load camera.
python3 -m unittest discover -s tests -vThe tests use a fake camera response and never contact a physical device.
python3 -m yocam.download /path/to/yocam-backup