Jump to content

OmniVision OS08A10 Linux driver: Difference between revisions

Line 157: Line 157:
===Dual Capture===
===Dual Capture===


Using the following pipelines we can test the performance of the Jetson TX1 when doing dual capture:
Using the following pipelines we can test the performance of the Jetson TX2 when doing dual capture:


==== V4l2src ====
==== V4l2src ====


<pre  style="background:#d6e4f1">
<pre  style="background:#d6e4f1">
gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-bayer,format=rggb,width=3280,height=2464' ! fakesink  
gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-bayer,format=rggb,width=3840,height=2160' ! fakesink  
v4l2src device=/dev/video3 ! 'video/x-bayer,format=rggb,width=3280,height=2464' ! fakesink
v4l2src device=/dev/video1 ! 'video/x-bayer,format=rggb,width=3840,height=2160' ! fakesink
</pre>
</pre>


We noticed that using two cameras with the max resolution '''3280x2464''', the cpu load consumption measured with tegrastats doesn't change considerably, and it remains almost the same:
We noticed that using two cameras with the max resolution '''3840x2160''', the cpu load consumption measured with tegrastats doesn't change considerably, and it remains almost the same:


* Tegrastats in normal operation:
* Tegrastats in normal operation:
Cookies help us deliver our services. By using our services, you agree to our use of cookies.