Skip to content

CV application with python. Remote Pi camera support

Notifications You must be signed in to change notification settings

andreasgou/karelasCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karelasCV

A client-server remote CV python app.

WARNING: Development is not ready, thus commits are buggy !

Features

Servers

  • Pi chat server. Supports multiple clients. It's basic usage is to control Pi camera video streaming via commands send from the client.
  • Pi video streaming server. Video source from Pi's camera module.
  • File list server/client. Video source comes from images in rotation from a local path.

Clients

##Installation ###MacOS

  • git clone https://github.com/andreasgou/karelasCV.git
  • cd karelasCV
  • Mac Intel (x86):
    • brew install hdf5
    • export HDF5_DIR=/usr/local/..?../hdf5
    • pip install -r requirements-mac.txt
  • Mac M1 (arm64):
    • arch -arm64 brew install hdf5
    • export HDF5_DIR=/opt/homebrew/opt/hdf5
    • pip install -r requirements-m1.txt

About

CV application with python. Remote Pi camera support

Resources

Stars

Watchers

Forks

Packages

No packages published