A node:alpine image running cam-reverse - a reverse engineered implementation of the A9 camera protocol, allowing you to control A9 cameras and stream video from them without relying on vendor apps or cloud services.
config.yaml
cameras:
- name: "Camera 1"
uid: "XXXX-XXXXXX-XXXXX"
ip: "192.168.1.100"
For detailed configuration options, see the cam-reverse settings documentation.
docker-compose.yaml
version: '3.8'
services:
a9-cam-reverse:
image: nikarh/a9-cam-reverse
ports:
- 8080:8080
volumes:
- ./config.yaml:/cam-reverse/config.yaml:ro
After starting the container, the web interface will be available at http://localhost:8080.
This docker image is rebuilt automatically weekly with latest alpine base image and latest dependencies. This can lead to broken images in case the packages installed are not backward compatible in their configs or behavior.
Content type
Image
Digest
sha256:ea50ab44a…
Size
68.1 MB
Last updated
4 days ago
docker pull nikarh/a9-cam-reverse