This repository was archived by the owner on Apr 5, 2025. It is now read-only.
Replies: 1 comment
-
It is done by specifying like this:
I'll note to add more specificity to the the example and/or guide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
motionplus.conf
a basic example of the configuration file for a usb webcam would be a good thing.
yes I can't display an image in the interface.
the webcam is functional
`v4l2-ctl --list-devices
Amlogic Video Decoder (platform:meson-vdec):
/dev/video4
Arducam USB Camera: Arducam USB (usb-c9100000.usb-1.1):
/dev/video0
/dev/video1
/dev/video2
/dev/video3
/dev/media0
`
lsmod | grep uvcvideo uvcvideo 110592 0 videobuf2_vmalloc 20480 1 uvcvideo videobuf2_v4l2 32768 3 meson_vdec,uvcvideo,v4l2_mem2mem videobuf2_common 57344 7 meson_vdec,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,uvcvideo,v4l2_mem2mem,videobuf2_memops videodev 245760 5 meson_vdec,videobuf2_v4l2,uvcvideo,videobuf2_common,v4l2_mem2mem mc 65536 6 videodev,snd_usb_audio,videobuf2_v4l2,uvcvideo,videobuf2_common,v4l2_mem2mem
Beta Was this translation helpful? Give feedback.
All reactions