[BUG] #1181
Unanswered
yashhjaggi1998
asked this question in
Q&A
[BUG]
#1181
Replies: 1 comment 1 reply
-
Could you provide VERBOSE logs? What does the memory consumption look like when you try to run 3 cameras on a single core? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am trying to start camera stream for 3 cameras using a single raspberry pi 4 device. I am using the following command in my .sh script:
kvs_gstreamer_sample ${CAMERA_NAMES[$index]} $RTSP_URL ! videoconvert ! videoscale ! video/x-raw,width=320,height=240 ! queue ! x264enc bitrate=500 speed-preset=superfast tune=zerolatency ! video/x-h264,profile=baseline ! h264parse ! video/x-h264,stream-format=avc
The problem I am facing is sometimes all 3 cameras publish stream to KVS, sometimes its 2 and sometimes just 1.
There is no consistency. The cameras work fine because when I try to publish them individually they stream video just fine. For 3 camera I am running the above command in my shell shell script using the background process '&' in shell script. I beleiev I am running on 3 cameras on single core.
I am seeking your help in order to publish video from all 3 cameras consistently.
Platform (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions