Skip to content

dgutzmann/vilib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vilib -- Vision Library for Raspberry Pi

Image visual processing library for Raspberry Pi. It is developed based on opencv, picamera, tflite, mediapipe, pyzbar. Integrate multiple functions such as color recognition, face recognition, hands detection, image_classification, objects_detection, Wireless video transmission, etc...

If you want to use the new version of Raspberry Pi camera driver libcamera, please switch to the picamera2 branch:

https://github.com/sunfounder/vilib/tree/picamera2

Quick Links:

Documentions

Compatibility

fuction python version os bit
web display (flask) py37, py38, py39 32-bit
color detection (opencv) py37, py38, py39 32-bit
face detection (opencv) py37, py38, py39 32-bit
image classification (tflite) py37, py38, py39 32-bit
objects detection (tflite) py37, py38, py39 32-bit
qrcode detection (pyzbar) py37, py38, py39 32-bit
take photo (opencv) py37, py38, py39 32-bit
record video (opencv) py37, py38, py39 32-bit
hands detection (mediapipe) py37 32-bit
pose detection (mediapipe) py37 32-bit
others - -

Install

  • clone code
cd ~
git clone https://github.com/sunfounder/vilib.git
  • install
cd ~/vilib
sudo python3 install.py 

Usage

Before using, you need to use "sudo raspi-config " to open the camera port

cd ~/vilib/examples
sudo python3 xxx.py

Stop running the example by using Ctrl+C

ChangeLog

About SunFounder

SunFounder is a technology company focused on Raspberry Pi and Arduino open source community development. Committed to the promotion of open source culture, we strives to bring the fun of electronics making to people all around the world and enable everyone to be a maker. Our products include learning kits, development boards, robots, sensor modules and development tools. In addition to high quality products, SunFounder also offers video tutorials to help you make your own project. If you have interest in open source or making something cool, welcome to join us!

Contact us

website: ezblock.cc

E-mail: [email protected]

About

Vision library for python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%