internal data stream error- gpu coder
이전 댓글 표시
Hi all
I was tryin to implemment sobel edge detection function to execute as cuda code in nvidia jetson nx.
I was referring to the above document. In 3-15 section this example was mentioned
Followed all the steps in the given docuemnt. While trying to run the application got an error in the target like "Error:Internal data stream error"
I have changed the path of the input file rhinos.avi and mentioned the same in the 'videoReaderDeploy.cu' in the build directory generated in the target hardware.
It would be helpful if I get any insights on this topic.
Thanks in Advance
댓글 수: 6
Walter Roberson
2022년 8월 10일
Is it possible that you ran out of memory on the gpu?
Gayathri Sankaran
2022년 8월 11일
Walter Roberson
2022년 8월 11일
Odd, most of the references I see for that particular error messages have to do with gstreamer on Linux -- not exactly an error in MATLAB or GPU itself.
Gayathri Sankaran
2022년 8월 11일
Walter Roberson
2022년 8월 11일
Are there messages about Gstreamer being output?
I see posts such as https://github.com/dusty-nv/jetson-inference/issues/461 which just might be relevant .
Gayathri Sankaran
2022년 8월 11일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with GPU Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!