Hello,
I want to know the roll of v4l2 in MMAPI.
Can you recommend a document related to this?
Thank you.
Hello,
I want to know the roll of v4l2 in MMAPI.
Can you recommend a document related to this?
Thank you.
Hi,
The class of executing jpeg decoding is NvJpegDecoder.cpp. It is implemented through libjpeg, so the description may not be precise. Optimal use of the libv4l2 is in video decoding and encoding.
Hello, DaneLLL
On 06_jpeg_decode sample, Can I delete the code related to v4l2?
the description above have to corrected ?
Thank you.
Hi,
The v4l2 part in 06_jpeg_decode is for NvVideoConverter. We suggest use NvBufferTransform() so please remove NvVideoConverter.