You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the program for an extended period, the video stream became frozen and unresponsive.
got log as below:
[11/07 16:00:23.202062][warning][1233299][Pipeline.cpp:326] Wait for frame timeout, you can try to increase the wait time! current timeout=100 [35 logs in 6050ms]
[11/07 16:00:25.215383][warning][1233405][Pipeline.cpp:290] Pipeline source frameset queue fulled, drop the oldest frame!
[11/07 16:00:28.217853][warning][1233405][Pipeline.cpp:290] Pipeline source frameset queue fulled, drop the oldest frame! [18 logs in 3002ms]
[11/07 16:00:34.384987][warning][1233450][Pipeline.cpp:290] Pipeline source frameset queue fulled, drop the oldest frame! [35 logs in 6167ms, last: 16:00:34.057499]
[11/07 16:00:35.323902][warning][1233444][Pipeline.cpp:326] Wait for frame timeout, you can try to increase the wait time! current timeout=100 [1 logs in 12121ms, last: 16:00:23.323599]
[11/07 16:00:46.385420][warning][1233499][Pipeline.cpp:290] Pipeline source frameset queue fulled, drop the oldest frame! [73 logs in 12000ms, last: 16:00:46.235603]
The text was updated successfully, but these errors were encountered:
@nivesh48
Thank you for your reply
I have made adjustments to the queue size in the OrbbecSDKConfig_v1.0.xml, but it appears that the changes have not taken effect. Below is the code I am working with:
After running the program for an extended period, the video stream became frozen and unresponsive.
got log as below:
[11/07 16:00:23.202062][warning][1233299][Pipeline.cpp:326] Wait for frame timeout, you can try to increase the wait time! current timeout=100 [35 logs in 6050ms]
[11/07 16:00:25.215383][warning][1233405][Pipeline.cpp:290] Pipeline source frameset queue fulled, drop the oldest frame!
[11/07 16:00:28.217853][warning][1233405][Pipeline.cpp:290] Pipeline source frameset queue fulled, drop the oldest frame! [18 logs in 3002ms]
[11/07 16:00:34.384987][warning][1233450][Pipeline.cpp:290] Pipeline source frameset queue fulled, drop the oldest frame! [35 logs in 6167ms, last: 16:00:34.057499]
[11/07 16:00:35.323902][warning][1233444][Pipeline.cpp:326] Wait for frame timeout, you can try to increase the wait time! current timeout=100 [1 logs in 12121ms, last: 16:00:23.323599]
[11/07 16:00:46.385420][warning][1233499][Pipeline.cpp:290] Pipeline source frameset queue fulled, drop the oldest frame! [73 logs in 12000ms, last: 16:00:46.235603]
The text was updated successfully, but these errors were encountered: