Introduction
CircuitPython driver for OV5640 Camera
Installing to a Connected CircuitPython Device with Circup
Make sure that you have circup installed in your Python environment.
Install it with the following command if necessary:
pip3 install circup
With circup installed and your CircuitPython device connected use the
following command to install:
circup install adafruit_ov5640
Or the following command to update an existing version:
circup update
Usage Example
Documentation
API documentation for this library can be found on Read the Docs.
For information on building library documentation, please check out this guide.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Table of Contents
API Reference
- API Reference
adafruit_ov5640OV5640OV5640.autofocus()OV5640.autofocus_init()OV5640.autofocus_init_from_bitstream()OV5640.autofocus_init_from_file()OV5640.autofocus_statusOV5640.autofocus_vcm_stepOV5640.brightnessOV5640.capture()OV5640.capture_buffer_sizeOV5640.colorspaceOV5640.contrastOV5640.deinit()OV5640.effectOV5640.exposure_valueOV5640.flip_xOV5640.flip_yOV5640.heightOV5640.mclk_frequencyOV5640.night_modeOV5640.qualityOV5640.saturationOV5640.sizeOV5640.test_patternOV5640.white_balanceOV5640.width
Related Products