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
In rare cases (currently only demonstrated through hardware issues) CameraInput will successfully create a VideoCapture object, however on the test run of the node the read() call will block until select times out (10 seconds, which is longer than the frontend XHR timeout). There should be a timeout for a more reasonable time, such as 1 second since a camera read should never take that long, and return the error properly.
The text was updated successfully, but these errors were encountered:
132ikl
changed the title
CameraInput stalls forever on the test run
CameraInput stalls for 10 seconds on the test run
Nov 20, 2019
In rare cases (currently only demonstrated through hardware issues) CameraInput will successfully create a VideoCapture object, however on the test run of the node the
read()
call will block untilselect
times out (10 seconds, which is longer than the frontend XHR timeout). There should be a timeout for a more reasonable time, such as 1 second since a camera read should never take that long, and return the error properly.The text was updated successfully, but these errors were encountered: