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
I want to modify this repository to access the camera via RTSP. I plan to use Jetson utils and VideoOutput for the stream, but I’m encountering this error:
[cuda] cudaDeviceSynchronize()
[cuda] unspecified launch failure (error 719) (hex 0x2CF)
[cuda] /home/jetson/Desktop/jetson-inference/utils/codec/gstEncoder.cpp:720
Has anyone faced this issue before?
The text was updated successfully, but these errors were encountered:
Hi @raccococococo, apologies for the delay - are you still facing this issue? Does it occur if you try to view RTSP with video-viewer/video-viewer.py, or only from the other application? Typically 'unspecified launch failure' error happens after invalid memory accesses or image dimensions are used somewhere (and not necessarily from which point the error is reported if it was previously launched asynchronously)
I want to modify this repository to access the camera via RTSP. I plan to use Jetson utils and VideoOutput for the stream, but I’m encountering this error:
[cuda] cudaDeviceSynchronize()
[cuda] unspecified launch failure (error 719) (hex 0x2CF)
[cuda] /home/jetson/Desktop/jetson-inference/utils/codec/gstEncoder.cpp:720
Has anyone faced this issue before?
The text was updated successfully, but these errors were encountered: