Difference between revisions of "Nvidia Jetson Application Note Index"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
*[[How to use frame rate adjust function on NVIDIA Jetson Board]] | *[[How to use frame rate adjust function on NVIDIA Jetson Board]] | ||
− | === I2C | + | === 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. |
+ | ====veye_mipi_i2c.sh==== | ||
+ | Applicable models: VEYE-MIPI-290/327,VEYE-MIPI-IMX327S,VEYE-MIPI-IMX462,VEYE-MIPI-IMX385. | ||
− | *[[VEYE-MIPI-290/327 i2c/|VEYE-MIPI- | + | *[[VEYE-MIPI-290/327 i2c/|VEYE-MIPI-290/327 I2C.sh user guide]] |
− | ==== | + | ====cs_mipi_i2c.sh==== |
+ | Applicable models: CS-MIPI-IMX307,CS-MIPI-SC132. | ||
− | *[[CS-MIPI-X i2c|CS-MIPI- | + | *[[CS-MIPI-X i2c|CS-MIPI-IMX307 I2C.sh user guide]] |
− | ==== | + | ====veye5_mipi_i2c.sh==== |
+ | 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-IMX178M. | ||
+ | |||
+ | *[[mv_mipi_i2c.sh user guide]] |
Revision as of 09:14, 17 May 2022
1 Main App Note
- How to use VEYE and CS camera module on NVIDIA Jetson Board
- How to use FPD Link III camera module on NVIDIA Jetson Board
- How to use frame rate adjust function on NVIDIA Jetson Board
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-IMX178M.