Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gstreamer] gstDecoder::Capture() -- an error occurred retrieving the next image buffer #54

Open
JIA-HONG-CHU opened this issue Nov 19, 2024 · 0 comments

Comments

@JIA-HONG-CHU
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant