Skip to content

Cameras not Working in MotionEye #746

@careyer

Description

@careyer

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions