Skip to content

Camera testing files for Raspberry Pi - using OpenCV

Notifications You must be signed in to change notification settings

vivertido/camera

Repository files navigation

Camera testing scripts for Raspberry Pi

These files are mainly to test that OpenCV and the Raspberry Pi Camera are installed and working.

Make sure to install OpenCV (cv2) for Python first.

Test if you have cv2 already. It should not give an error when opening a Python Script and importing cv2

  $ python3
   >>> import cv2

If you need to install it:

   $ sudo apt update
   $ sudo pip install opencv-python

If you need to upgrade numpy (because it complained) first run:

  $ pip install --upgrade numpy

Running these tests will confirm you have both CV2 and a camera connected and working.

About

Camera testing files for Raspberry Pi - using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages