Hi,
We have an IMX577 camera with an Nvidia Jetson TX2 with the latest argus drivers.
In our production code we get the same error as in the sample code “jetson_multimedia_api” - “09_camera_jpeg_capture”.
If we run the sample code form “jetson_multimedia_api” - “09_camera_jpeg_capture” and we set the duration to 100 second, after creating around 250 pictures,
it fails with the following error:
"(Argus) Error BadParameter: (propagating from src/eglstream/ImageImpl.cpp, function initialize(), line 382)
(Argus) Error BadParameter: (propagating from src/eglstream/ImageImpl.cpp, function copyToNvBuffer(), line 440)
Error generated. main.cpp, threadExecute:151 Failed to copy frame to NvBuffer.
Error generated. /home/nvidia/dev/jetson_multimedia_api/argus/samples/utils/Thread.cpp, threadFunction:132 (propagating)
(Argus) Error BadParameter: (propagating from src/eglstream/ImageImpl.cpp, function initialize(), line 382)
(Argus) Error BadParameter: (propagating from src/eglstream/ImageImpl.cpp, function copyToNvBuffer(), line 440)
Error generated. main.cpp, threadExecute:151 Failed to copy frame to NvBuffer.
Error generated. /home/nvidia/dev/jetson_multimedia_api/argus/samples/utils/Thread.cpp, threadFunction:132 (propagating)"
Could you tell, what could be the problem?