<div dir="ltr"><div><br></div><div><div class="gmail-cooked"><p>Hello Dear community,<br>I will appreciate your opinion regarding the question below.<br>THanks in advance.<br><br>
I need an app that uses v4l2 to capture frames from webcam.<br>
the app needs to process (un compressed !!!) 4k frames with 30fps.</p>
<p>according to v4l2-ctl, to get 4k frames with 30 fps, camera requires MJPEG files (compressed).</p>
<p>That means MJPEG files has to be converted to raw files (eg, RGB).</p>
<p>question is:</p>
<ol><li>is there any way to configure v4l2 do the conversion for me<br>
or do i have to write special code to do the conversion ?</li><li>if i have to write special code to do the conversion,<br>
is there any recommandation how to do it efficently ?(i an working with Orin)<br><br><br></li></ol></div></div></div>