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
When I use videosource to loop a video (loops=-1), it runs into issues after a few hours. Is there a solution for this? Thank you.
[gstreamer] gstDecoder::Capture() -- an error occurred retrieving the next image buffer
19:48:30 | ERROR | Exception occurred during video source capture of "/data/videos/demo/Forbidden_zone_advan.mp4"
Traceback (most recent call last):
File "/opt/NanoLLM/nano_llm/plugins/video/video_source.py", line 159, in run
img = self.capture()
File "/opt/NanoLLM/nano_llm/plugins/video/video_source.py", line 97, in capture
image = self.stream.Capture(format='rgb8', timeout=timeout, stream=cuda_stream)
Exception: jetson.utils -- videoSource failed to capture image
The text was updated successfully, but these errors were encountered:
When I use videosource to loop a video (loops=-1), it runs into issues after a few hours. Is there a solution for this? Thank you.
[gstreamer] gstDecoder::Capture() -- an error occurred retrieving the next image buffer
19:48:30 | ERROR | Exception occurred during video source capture of "/data/videos/demo/Forbidden_zone_advan.mp4"
Traceback (most recent call last):
File "/opt/NanoLLM/nano_llm/plugins/video/video_source.py", line 159, in run
img = self.capture()
File "/opt/NanoLLM/nano_llm/plugins/video/video_source.py", line 97, in capture
image = self.stream.Capture(format='rgb8', timeout=timeout, stream=cuda_stream)
Exception: jetson.utils -- videoSource failed to capture image
The text was updated successfully, but these errors were encountered: