Skip to main content

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

  • ASUS Tinkerboard
    • image: v2.2.2
    • camera:
      • OV5647 (Raspiberry Camera V1, 5MP)
      • IMX219 (Raspiberry Camera V2, 8MP)
    • python version: 3.5
  • ASUS Tinkerboard 2
    • image: v3.0.6
    • camera:
      • OV5647 (Raspiberry Camera V1, 5MP)
      • IMX219 (Raspiberry Camera V2, 8MP)
    • python version: 3.9.2

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


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.3.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

stkcam-0.0.3-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page