Multiple /dev/videoX in streams.txt #8525
emasson-maxx
started this conversation in
General
Replies: 1 comment
-
@emasson-maxx yes that might work, though usually stream addresses start with rtsp://, rtmp:// or https://. If you put 4 addresses in your file then inference will run at batch-size 4 (one image per stream). You can test streams individually also, i.e.
|
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 Yolov5 community,
I need your help on the following requirement. I need to support multiple cameras (up to 4) while only using one inference model for object detection. Based on my research it is possible but the "type" of stream doesn't specify (to be confirmed) the format I need.
Please help!
So can I define my UVC-cameras via streams.txt as followed?
/dev/video1
/dev/video3
/dev/video5
/dev/video7
Beta Was this translation helpful? Give feedback.
All reactions