Difference between revisions of "Nvidia Jetson Application Note Index"

From wiki_veye
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
=== Main App Note ===
 
=== Main App Note ===
 +
 +
==== For all cameras ====
 +
 +
* [[How to upgrade the Jetson system to support VEYE cameras]]
  
 
==== VEYE and CS series camera ====
 
==== VEYE and CS series camera ====
Line 9: Line 13:
 
*[[How to use  frame rate adjust function on NVIDIA Jetson Board]]
 
*[[How to use  frame rate adjust function on NVIDIA Jetson Board]]
  
==== MV series camera ====
+
==== MV and RAW series camera ====
  
* [[Mv series camera appnotes 4 jetson|How to use MV series camera on NVIDIA Jetson Board]]
+
* [[Mv series camera appnotes 4 jetson|How to use MV and RAW series camera on NVIDIA Jetson Board]]
  
 
=== I2C user guide ===
 
=== I2C user guide ===
Line 33: Line 37:
  
 
====mv_mipi_i2c.sh====
 
====mv_mipi_i2c.sh====
Applicable models:MV-MIPI-IMX178M.
+
Applicable models:MV-MIPI-XXX,RAW-MIPI-XXX.
  
 
*[[mv_mipi_i2c.sh user guide]]
 
*[[mv_mipi_i2c.sh user guide]]

Latest revision as of 16:01, 20 August 2024

查看中文

1 Main App Note

1.1 For all cameras

1.2 VEYE and CS series camera

1.3 MV and RAW series camera

2 I2C user guide

For the parameter configuration aspect of the camera module, we use the DRA (Direct Register Access) approach instead of encapsulating the interface in the v4l2 driver in order to achieve better flexibility and a more direct parameter configuration function.

The following shell scripts can be used directly or embedded into your programs. Of course, by reading their source codes, you will be able to see the registers and access methods corresponding to each function.

2.1 veye_mipi_i2c.sh

Applicable models: VEYE-MIPI-290/327,VEYE-MIPI-IMX327S,VEYE-MIPI-IMX462,VEYE-MIPI-IMX385.

2.2 cs_mipi_i2c.sh

Applicable models: CS-MIPI-IMX307,CS-MIPI-SC132.

2.3 veye5_mipi_i2c.sh

Applicable models:VEYE-MIPI-IMX335.

2.4 mv_mipi_i2c.sh

Applicable models:MV-MIPI-XXX,RAW-MIPI-XXX.