<div dir="ltr"><div class="gmail-cooked"><p>Hello Dear community ,</p>
<p>My goal is to write app that uses v4l2 to capture  4k raw\uncompressed (!!!) data from camera.<br>
the main motivation is to see that the machine is strong\fast enough and that is why compressed format is not acceptable.</p>
<p>my physical camera is not available yet.</p>
<p>attempt1: v4l2loopback + gstreamer<br>
that apptemt has failed becase v4l2loopback does not support userptr mode.</p>
<p>attempt2: bought simple logitech 4k camera (brio 4k stream edition).<br>
that attemt has faield for now.<br>
when i run “v4l2-ctl --list-formats-ext --device /dev/video2”<br>
for now, accoridng to <a href="https://forums.developer.nvidia.com/t/v4l2-capture-4k-raw-data/269049" class="gmail-inline-onebox">V4l2 -capture 4k raw data</a><br>
it seems that the camera does not support 4k raw data but only mjpeg .</p>
<p>attempt3: it seems that vivid should work with gstreamer using v4l2 ptr mode,<br>
however. i couldnt get that working.</p>
<p>any idea  ?<br>
has anyone managed to get vivid working ?<br>
any other alternative ?</p>
<p>thank you !!!</p></div></div>