Introduction
Library for the Adafruit PyCamera
Dependencies
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle or individual libraries can be installed using circup.
Installing from PyPI
This package is available on PyPI so that it can be installed by Thonny. It is not useful to install this package from PyPI on a Windows, Mac, or Linux computer.
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_pycamera
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
PyCamera
PyCameraBase
PyCameraBase.autofocus()
PyCameraBase.autofocus_init()
PyCameraBase.autofocus_init_from_bitstream()
PyCameraBase.autofocus_init_from_file()
PyCameraBase.autofocus_status
PyCameraBase.autofocus_vcm_step
PyCameraBase.blit()
PyCameraBase.blit_overlay_into_last_capture()
PyCameraBase.capture_into_bitmap()
PyCameraBase.capture_into_jpeg()
PyCameraBase.capture_jpeg()
PyCameraBase.check_for_update_needed()
PyCameraBase.continuous_capture()
PyCameraBase.continuous_capture_start()
PyCameraBase.deinit_display()
PyCameraBase.display_message()
PyCameraBase.effect
PyCameraBase.get_camera_autosettings()
PyCameraBase.init_accelerometer()
PyCameraBase.init_camera()
PyCameraBase.init_display()
PyCameraBase.init_neopixel()
PyCameraBase.keys_debounce()
PyCameraBase.last_saved_filename
PyCameraBase.led_color
PyCameraBase.led_level
PyCameraBase.live_preview_mode()
PyCameraBase.make_camera_ui()
PyCameraBase.mode
PyCameraBase.mode_text
PyCameraBase.mount_sd_card()
PyCameraBase.open_next_image()
PyCameraBase.overlay
PyCameraBase.read_camera_register()
PyCameraBase.resolution
PyCameraBase.select_setting()
PyCameraBase.set_camera_exposure()
PyCameraBase.set_camera_gain()
PyCameraBase.set_camera_wb()
PyCameraBase.timelapse_rate
PyCameraBase.timelapse_submode
PyCameraBase.tone()
PyCameraBase.unmount_sd_card()
PyCameraBase.write_camera_list()
PyCameraBase.write_camera_register()
alphablend_maker()
blue_cast()
blur()
color_burn_func()
color_dodge_func()
darken_only_func()
divide_func()
emboss()
emboss_greyscale()
green_cast()
greyscale()
hard_light_func()
ironbow()
lighten_only_func()
linear_burn_func()
linear_dodge_func()
multiply_func()
negative()
overlay_func()
red_cast()
screen_func()
sepia()
sharpen()
soft_light_func()
subtract_func()
ironbow_palette