forked from gcgarner/IOTstack
-
Notifications
You must be signed in to change notification settings - Fork 307
Open
Description
Running a Pi3B+ with latest Raspi OS Lite (Bullseye)
with
motioneye:
image: dontobi/motioneye.rpi:latest
container_name: "motioneye"
restart: unless-stopped
ports:
- "8765:8765"
- "8766:8081"
environment:
- TZ=${TZ:-Etc/UTC}
volumes:
- ./volumes/motioneye/etc_motioneye:/etc/motioneye
- ./volumes/motioneye/var_lib_motioneye:/var/lib/motioneye
devices:
- /dev/video0
- /dev/video1
neither the mmal camera (CSI camera) nor the connected USB-webcam show up in motioneye.
passing over the devices into docker does not seem to work
The docker conatiner log shows:
Failed to open /dev/video0: Permission denied
Metadata
Metadata
Assignees
Labels
No labels