Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/004helix/mijia-1s-camera
https://github.com/004helix/mijia-1s-camera
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/004helix/mijia-1s-camera
- Owner: 004helix
- License: gpl-3.0
- Created: 2022-05-10T09:27:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T15:51:55.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:18:55.251Z (3 months ago)
- Language: C
- Size: 129 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mijia-1s-camera
```
[root@rk3326_64:~]# LD_PRELOAD=/libcamd.so /opt/rockrobo/cleaner/bin/rr_loader -d
``````
[root@rk3326_64:~]# rrcamd
Usage: rrcamd [option]...Options:
-h, --help show this help
-a, --addr=ADDRESS listen address, default loopback
-p, --port=PORT listen port, default 8080
-s, --splash=FILE splash screen jpeg file location (mandatory option)
-o, --offline=FILE offline image jpeg file location (mandatory option)
-r, --replace save new splash image when camera disconnectedRequests:
GET / play mjpeg stream[root@rk3326_64:~]# rrcamd -a 0.0.0.0 -p 8080 -s /splash.jpg -o /offline.jpg -r
```Type http://IP_ADDRESS:8080/ into your browser:
![camera](images/camera.jpg?raw=true "Camera View")