Hello,
In usr/src/jetson_multimedia_api/include/CameraEGLStreamConsumer.h, one of the abstract methods of class CameraEGLStreamConsumer is acquireFD. Is there any sample implementation for this method? Moreover, CameraEGLStreamConsumer is a consumer class. Is its producer counterpart available as well? My ultimate goal is to have producer/consumer for DMA buffers. Any help will be highly appreciated.
Regards.
Hi,
There is no sample for it. For capturing camera frame data in DMA buffer(NvBuffer) on Jetpack 4, please refer to the samples:
/usr/src/jetson_multimedia_api/samples/09_camera_jpeg_capture
/usr/src/jetson_multimedia_api/samples/10_camera_recording
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.