Jump to content

Lontium LT9211 Linux driver for Jetson: Difference between revisions

m
no edit summary
No edit summary
 
mNo edit summary
Line 1: Line 1:
<seo title="Lontium LT9211 | LT9211 Linux Driver for Jetson" titlemode="replace" metakeywords="GStreamer, NVIDIA, LT9211, Lontium LT9211, Lontium LT9211 Linux driver, Lontium, BT656" metadescription="Learn more about the Lontium LT9211 Linux driver for Jetson which is capable of handling BT656 video data."></seo>
{{#seo:
 
|title=Lontium LT9211 Linux driver for Jetson
|title_mode=replace
|description={{{description|Learn more about the Lontium LT9211 Linux driver for Jetson which is capable of handling BT656 video data.}}}
}}
{{Driver-shoppingcart & NVIDIA logo & RR Contact}}  
{{Driver-shoppingcart & NVIDIA logo & RR Contact}}  
<br>
<br>
Line 7: Line 10:
<td>
<td>


{{message|title=Driver List Information|Refer to the [[RidgeRun_Linux_Camera_Drivers/Available_Camera_Drivers/List_of_Tested_Camera_Sensors|RidgeRun Linux Camera Drivers]] to meet all the list of Drivers available}}
{{Colored box|background-content-color=#EDF1F7|background-title-color=#6586B9|title-color=#FFFFFF|title='''Lontium LT9211 Linux driver for Jetson'''|icon=notice-icon-white.png
  |style=overflow:hidden;
  |content=
  Refer to the [[RidgeRun_Linux_Camera_Drivers/Available_Camera_Drivers/List_of_Tested_Camera_Sensors|RidgeRun Linux Camera Drivers]] to meet all the list of Drivers available
}}


== Lontium LT9211 TTL Interface Bridge features ==  
== Lontium LT9211 TTL Interface Bridge features ==  
Line 27: Line 34:
Once you are following the guide there is a step '''make menuconfig''', which allows you to enable the lt9211 driver as built-in.  
Once you are following the guide there is a step '''make menuconfig''', which allows you to enable the lt9211 driver as built-in.  


<syntaxhighlight lang=bash>
<syntaxhighlight lang="bash">
make ARCH=arm64 O=$KERNEL_OUT menuconfig
make ARCH=arm64 O=$KERNEL_OUT menuconfig
</syntaxhighlight>
</syntaxhighlight>
Line 45: Line 52:


===<u>Jetson Nano</u>===
===<u>Jetson Nano</u>===
<syntaxhighlight lang=bash>
<syntaxhighlight lang="bash">
uname -a  
uname -a  
Linux nvidia 4.9.140 #6 SMP PREEMPT Tue May 7 16:25:38 CST 2019 aarch64 aarch64 aarch64 GNU/Linux
Linux nvidia 4.9.140 #6 SMP PREEMPT Tue May 7 16:25:38 CST 2019 aarch64 aarch64 aarch64 GNU/Linux
Line 55: Line 62:


Expected output:
Expected output:
<syntaxhighlight lang=bash>
<syntaxhighlight lang="bash">
nvidia@nvidia:~$ dmesg | grep "lt9211"
nvidia@nvidia:~$ dmesg | grep "lt9211"
[  16.910750] lt9211 6-002d: LT9211 module found
[  16.910750] lt9211 6-002d: LT9211 module found
Line 62: Line 69:
video devices created:
video devices created:


<syntaxhighlight lang=bash>
<syntaxhighlight lang="bash">
ls /dev/video*
ls /dev/video*
/dev/video0  
/dev/video0  
Line 71: Line 78:
===<u>GStreamer : Jetson Nano</u>===
===<u>GStreamer : Jetson Nano</u>===
====BT656====
====BT656====
<syntaxhighlight lang=bash>
<syntaxhighlight lang="bash">
gst-launch-1.0 v4l2src num-buffers=10 ! "video/x-raw(format:Interlaced),format=UYVY,width=720,height=288,framerate=(fraction)30/1,interlace-mode=(string)alternate" ! deinterlace ! "video/x-raw,format=UYVY,width=720,height=576" ! filesink location=~/frames.raw
gst-launch-1.0 v4l2src num-buffers=10 ! "video/x-raw(format:Interlaced),format=UYVY,width=720,height=288,framerate=(fraction)30/1,interlace-mode=(string)alternate" ! deinterlace ! "video/x-raw,format=UYVY,width=720,height=576" ! filesink location=~/frames.raw
</syntaxhighlight>
</syntaxhighlight>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.