OmniVision OS08A10 Linux driver: Difference between revisions

Line 113: Line 113:
==== Framerate ====
==== Framerate ====
Using the next pipeline we were able to measure the framerate for single capture with perf element:
Using the next pipeline we were able to measure the framerate for single capture with perf element:
<pre>
<pre style="background:#d6e4f1">
gst-launch-1.0 nvcamerasrc sensor-id=0 fpsRange="30 30" ! 'video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)I420, framerate=(fraction)30/1' ! perf  ! fakesink
gst-launch-1.0 nvcamerasrc sensor-id=0 fpsRange="30 30" ! 'video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)I420, framerate=(fraction)30/1' ! perf  ! fakesink
</pre>
</pre>