RPi Camera (H)

From Waveshare Wiki
Jump to: navigation, search

[中文]

Resources

RPi-Camera-H
RPi Camera (H)

FAQ

Use the Raspberry OS that we provide

On the Terminal, enter

cd /home/pi/camera/

sudo ./Camera

Wait a few seconds. The Camera APP will work.Double-click on the screen to capture images

Use at yourself Raspbian OS

Enable the camera driver

sudo raspi-config

Choice 'Enable Camera'-> 'Enable'

Download camera.zip unzip it, then copy document 'camera' to your Pi

cd camera

sudo cp update\ camera/95-stmpe.rules /etc/udev/rules.d/

sudo apt-get update

sudo apt-get install evtest tslib libts-bin xinput

sudo apt-get install python-pip

sudo apt-get install python2.7-dev

sudo pip install picamera==0.8

Calibration

sudo TSLIB_FBDEVICE=/dev/fb1 TSLIB_TSDEVICE=/dev/input/touchscreen ts_calibrate

Run Camera APP

sudo ./Camera

Support

Support

If you require technical support, please go to the Support page and open a ticket.