Difference between revisions of "Nvidia Jetson Application Note Index"

From wiki_veye
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 13: 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]]
 +
*[https://github.com/veyeimaging/veye_viewer veye_viewer: An open-source Qt-based client application for VEYE IMAGING cameras.]
  
=== I2C user guide ===
+
==== GX series camera ====
 +
 
 +
*[[GX series camera appnotes 4 jetson|How to use GX series camera on NVIDIA Jetson Board]]
 +
*[https://github.com/veyeimaging/veye_viewer veye_viewer: An open-source Qt-based client application for VEYE IMAGING cameras.]
 +
 
 +
===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.
 
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.
 
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.
====veye_mipi_i2c.sh====
+
====VEYE Series Camera====
 
Applicable models: VEYE-MIPI-290/327,VEYE-MIPI-IMX327S,VEYE-MIPI-IMX462,VEYE-MIPI-IMX385.
 
Applicable models: VEYE-MIPI-290/327,VEYE-MIPI-IMX327S,VEYE-MIPI-IMX462,VEYE-MIPI-IMX385.
  
 
*[[VEYE-MIPI-290/327 i2c/|VEYE-MIPI-290/327 I2C.sh user guide]]
 
*[[VEYE-MIPI-290/327 i2c/|VEYE-MIPI-290/327 I2C.sh user guide]]
  
====cs_mipi_i2c.sh====
+
====MV Series Camera====
 +
Applicable models:MV-MIPI-XXX,RAW-MIPI-XXX.
 +
 
 +
*[[mv_mipi_i2c.sh user guide]]
 +
 
 +
====GX Series Camera====
 +
Applicable models: GX-MIPI-XXX
 +
 
 +
*[[gx_mipi_i2c.sh user guide]]
 +
 
 +
====Others====
 
Applicable models: CS-MIPI-IMX307,CS-MIPI-SC132.
 
Applicable models: CS-MIPI-IMX307,CS-MIPI-SC132.
  
 
*[[CS-MIPI-X i2c|CS-MIPI-IMX307 I2C.sh user guide]]
 
*[[CS-MIPI-X i2c|CS-MIPI-IMX307 I2C.sh user guide]]
  
====veye5_mipi_i2c.sh====
 
 
Applicable models:VEYE-MIPI-IMX335.
 
Applicable models:VEYE-MIPI-IMX335.
  
 
*[[5m mipi i2c user guide|VEYE-MIPI-IMX335 i2c script user guide]]
 
*[[5m mipi i2c user guide|VEYE-MIPI-IMX335 i2c script user guide]]
 
====mv_mipi_i2c.sh====
 
Applicable models:MV-MIPI-XXX,RAW-MIPI-XXX.
 
 
*[[mv_mipi_i2c.sh user guide]]
 

Latest revision as of 15:37, 4 December 2025

查看中文

1 Main App Note

1.1 For all cameras

1.2 VEYE and CS series camera

1.3 MV and RAW series camera

1.4 GX 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 Series Camera

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

2.2 MV Series Camera

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

2.3 GX Series Camera

Applicable models: GX-MIPI-XXX

2.4 Others

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

Applicable models:VEYE-MIPI-IMX335.