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 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
adafruit_ov5640
OV5640
OV5640.brightness
OV5640.capture()
OV5640.capture_buffer_size
OV5640.colorspace
OV5640.contrast
OV5640.deinit()
OV5640.effect
OV5640.exposure_value
OV5640.flip_x
OV5640.flip_y
OV5640.height
OV5640.mclk_frequency
OV5640.night_mode
OV5640.quality
OV5640.saturation
OV5640.size
OV5640.test_pattern
OV5640.white_balance
OV5640.width
Related Products