simple tinkerboard camera module
Project description
Python module for simple ASUS tinkerboard camera
Overview
This repository documentation for simple asus tinkerboard camera control. Test create python module and upload python pypi. May with a lots of bug :)
Test Environment
- device: ASUS Tinkerboard
- image: v2.2.2
- camera: OV5647 (Raspiberry Camera V1, 5MP)
- IMX219 (Raspiberry Camera V2, 8MP), another tinkerboard supported camera is not tested
- python version: 3.5
Usage
- preview
$ from stkcam import TKCam, CamType
$ cam = TKCam(CamType.OV5647)
$ cam.preview()
- take a picture
$ from stkcam import TKCam, CamType
$ cam = TKCam(CamType.OV5647)
$ cam.take_image('/home/linaro/Desktop\image.jpg') # image path
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stkcam-0.0.2.tar.gz
(2.7 kB
view hashes)
Built Distribution
stkcam-0.0.2-py3-none-any.whl
(2.7 kB
view hashes)