.. _quickref: Quick reference for the openmvcam ================================= Below is a quick reference for the OpenMV Cam. If it is your first time working with the OpenMV Cam please consider reading the following sections first: .. toctree:: :maxdepth: 1 general.rst tutorial/index.rst .. image:: pinout-openmv-cam-rt1062-ov5640.png :alt: OpenMV Cam RT1062 OV5640 Pinout :width: 700px .. image:: pinout-openmv-cam-h7-plus-ov5640.png :alt: OpenMV Cam H7 Plus OV5640 Pinout :width: 700px .. image:: pinout-openmv-cam-h7-ov7725.png :alt: OpenMV Cam H7 OV7725 Pinout :width: 700px .. image:: pinout-openmv-cam-m7-ov7725.png :alt: OpenMV Cam M7 OV7725 Pinout :width: 700px .. image:: pinout-openmv-cam-m4-ov7725.png :alt: OpenMV Cam M4 OV7725 Pinout :width: 700px .. image:: pinout-openmv-cam-m4-ov2640.png :alt: OpenMV Cam M4 OV2640 Pinout :width: 700px General OpenMV Cams Board Control --------------------------------- All OpenMV Cams can use the `machine` module to control the camera hardware. Please refer to the pinout image for which SPI/I2C/UART/CAN/PWM/TIMER channels are avialable on what I/O pins. Delay and timing ^^^^^^^^^^^^^^^^ Use the :mod:`time