Jump to content

Mira130 Linux Driver: Difference between revisions

m
no edit summary
mNo edit summary
Line 126: Line 126:
* In the terminal menu that appears, select:
* In the terminal menu that appears, select:


'''Note:''' By default, the driver is selected with an asterisk. For that reason, if you go back by hitting the double ''Esc'' key the message: ''Do you want to save your new configuration?'' will not appear.
{{Ambox
|type=notice
|small=left
|issue='''Note:''' By default, the driver is selected with an asterisk. For that reason, if you go back by hitting the double '''''Esc''''' key the message: ''Do you want to save your new configuration?'' will not appear.
|style=width:unset;
}}


<pre>
<pre>
Line 298: Line 303:
- Little Endian box checked <br>
- Little Endian box checked <br>


'''Note:''' The Y10 format comes in 2 bytes with a padding of zeros for the remaining bits. Since rawpixels requires the bit depth specification for Y10 to be 16bpps, the image looks darker.  
{{Ambox
|type=notice
|small=left
|issue='''Note:''' The Y10 format comes in 2 bytes with padding of zeros for the remaining bits. Since rawpixels require the bit depth specification for Y10 to be 16bpps, the image looks darker.  
|style=width:unset;
}}


* '''vooya:''' <br>
* '''vooya:''' <br>
Line 308: Line 318:
- ''Bit Depth (Value):'' 14bit <br>
- ''Bit Depth (Value):'' 14bit <br>


'''Note1:''' Bit depth needs to be 14 due to how the Jetson boards pack pixels. The image looks darker.
{{Ambox
|type=notice
|small=left
|issue='''Note1:''' Bit depth needs to be 14 due to how the Jetson boards pack pixels. The image looks darker.
|style=width:unset;
}}


'''Note2:''' To see the frame the bit depth needs to be 9 or 10.
{{Ambox
|type=notice
|small=left
|issue='''Note2:''' To see the frame the bit depth needs to be 9 or 10.
|style=width:unset;
}}


=== Capture with GStreamer ===
=== Capture with GStreamer ===


'''Important:''' To achieve the maximum performance at 120 fps on the Jetson Nano Devkit board, you need to run the following command on the terminal everytime the board is power on:
{{Ambox
|type=notice
|small=left
|issue='''Important:''' To achieve the maximum performance at 120 fps on the Jetson Nano Devkit board, you need to run the following command on the terminal every time the board is powered on:
|style=width:unset;
}}


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.