mt9v034-i2c

Crates.iomt9v034-i2c
lib.rsmt9v034-i2c
version0.1.5
sourcesrc
created_at2020-07-10 21:33:46.447481
updated_at2020-08-11 17:49:48.523848
descriptionmt9v034 image sensor two-wire programming driver
homepage
repositoryhttps://github.com/tstellanova/mt9v034-i2c
max_upload_size
id263839
size2,871,420
Todd Stellanova (tstellanova)

documentation

README

mt9v034-i2c

Rust no_std driver for the ON Semiconductor MT9V034 image sensor

This is a low-cost global shutter CMOS image sensor useful for robotics and machine vision applications.

This driver specifically interfaces with the sensor's two-wire (i2c) programming interface, which allows you to set various camera configuration parameters. This driver does not obtain pixel data from the camera. For that you will need a driver that pulls data from the camera's parallel data lines.
(Example in the px4flow_bsp crate.)

License

BSD-3-Clause: see LICENSE file

Status

  • Access to basic configuration registers
  • Support for register locking (to prevent accidental changes due to i2c noise)
  • Example for cortex-m
Commit count: 28

cargo fmt