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

cudaDeviceSynchronize error #215

Open
raccococococo opened this issue Sep 17, 2024 · 1 comment
Open

cudaDeviceSynchronize error #215

raccococococo opened this issue Sep 17, 2024 · 1 comment

Comments

@raccococococo
Copy link

raccococococo commented Sep 17, 2024

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?

@dusty-nv
Copy link
Owner

dusty-nv commented Oct 4, 2024

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)

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

2 participants