Jetpack 2.3.1. V4L2 API: enables video decode, encode, format conversion and scaling functionality

Hi everyone!

On the release notes and key Features in jetpack 2.3.1 version you can find a notification of Multimedia API upgrade.

[url]https://developer.nvidia.com/embedded/jetpack[/url]
[url]https://developer.nvidia.com/embedded/jetpack-notes[/url]

I have an special interest in the V4L2 API upgrade specifically the enable of video decode, encode, format conversion and scaling functionality features. Could everyone give me more information about it or at least where can I found more detailed information and examples.

Those this new video decode, encode, format conversion and scaling functionality V4L2 features could be used with Gstreamer pipelines ? If it is the case, how can I expose and make usage of this new features with a Gstreamer pipeline.

Thanks in advance for any help.

Best regards,
Daniel

hello dgarba,

(1) please refer to Tegra Linux Driver Package Developer Guide 24.2.1 release, click the “API” at the menu bar to open Multimedia API Reference Documentation, and you can found more details about V4L2 APIs for encode, decode, scaling, and other media functions.

(2) here are several examples for your reference, shown the path as below.
$TOP/partner-samples/multimedia_api/ll_samples/samples/

(3) Please refer to gstreamer guide for examples. We have implementations in hands.