Jump to content

ON Semiconductor AR1335 Linux Driver: Difference between revisions

m
Line 403: Line 403:
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)NV12, framerate=(fraction)30/1' ! autovideosink
gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)NV12, framerate=(fraction)30/1' ! autovideosink
</pre>
====Analog gain====
Analog gain can range from 25 to 2325.
<pre style="background:#d6e4f1">
v4l2-ctl -c gain=<value>
</pre>
====Exposure====
Exposure time is in us, with maximum value being 127595us.
<pre style="background:#d6e4f1">
v4l2-ctl -c exposure=<value>
</pre>
</pre>


Line 450: Line 438:
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
v4l2-ctl -d /dev/video0 -c bin_scale_enable=0
v4l2-ctl -d /dev/video0 -c bin_scale_enable=0
</pre>
===Analog gain===
Analog gain can range from 25 to 2325.
<pre style="background:#d6e4f1">
v4l2-ctl -c gain=<value>
</pre>
===Exposure===
Exposure time is in us, with maximum value being 127595us.
<pre style="background:#d6e4f1">
v4l2-ctl -c exposure=<value>
</pre>
</pre>


212

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.