Changes

Jump to navigation Jump to search
Line 1: Line 1:  
[[Raspberry Pi Application Note Index/zh|查看中文]]
 
[[Raspberry Pi Application Note Index/zh|查看中文]]
   −
=== Main AppNotes ===
+
=== Main App Notes ===
   −
==== Legacy mode ====
+
==== VEYE and CS series App Notes ====
The latest system of Raspberry Pi - bullseye has removed the support of '''raspicam''' by default,which depends on MMAL and Broadcom's GPUs firmware. Of course we can still use this so called '''legacy mode''', and it still has value.
     −
The following articles address the use of different models of camera modules in lagacy mode.
+
===== V4l2 mode =====
 
  −
* [[CS-MIPI-X for Raspberry Pi|How to use CS-MIPI-X camera module on Raspberry Pi]]
  −
 
  −
*[[VEYE-MIPI-290/327 for Raspberry Pi|How to use VEYE-MIPI-290/327 camera module on Raspberry Pi]]
  −
*[[CS-FPD-CAM for Raspberry Pi|How to use CS-FPD-CAM series camera module on Raspberry Pi]]
  −
 
  −
==== V4l2 mode ====
   
The v4l2 mode is the main application mode in the future, which supports 64-bit piOS.
 
The v4l2 mode is the main application mode in the future, which supports 64-bit piOS.
   Line 28: Line 20:  
Of course, we have plans to provide application layer demos similar to libcamera-apps in the future.
 
Of course, we have plans to provide application layer demos similar to libcamera-apps in the future.
    +
===== Legacy mode =====
 +
The latest system of Raspberry Pi - bullseye has removed the support of '''raspicam''' by default,which depends on MMAL and Broadcom's GPUs firmware. Of course we can still use this so called '''legacy mode''', and it still has value.
 +
 +
The following articles address the use of different models of camera modules in lagacy mode.
 +
 +
* [[CS-MIPI-X for Raspberry Pi|How to use CS-MIPI-X camera module on Raspberry Pi]]
 +
 +
*[[VEYE-MIPI-290/327 for Raspberry Pi|How to use VEYE-MIPI-290/327 camera module on Raspberry Pi]]
 +
*[[CS-FPD-CAM for Raspberry Pi|How to use CS-FPD-CAM series camera module on Raspberry Pi]]
 +
 +
==== MV series App Notes ====
 +
<br />
 
=== I2C user guide ===
 
=== 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.
Line 48: Line 52:  
* [[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]]
 +
<br />
 
=== Others ===
 
=== Others ===
    
*[[RaspberryPI I2C confilct problem|Raspberry Pi I2C bus conflict problem]]
 
*[[RaspberryPI I2C confilct problem|Raspberry Pi I2C bus conflict problem]]

Navigation menu