Skip to content

NeaveEng/ne-calib-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neave Engineering Camera Calibration Utilities

This is primarily for calibrating cameras on Raspberry Pi based devices, it should work for others for pure calibration but the capture parts will assume you've a Pi camera attached.

If your device will be single purpose and you don't need to worry about dependency hell, have a look at Jeff Geerling's post to disable the library safety mechanism that's enabled by default.

At which point just do this:

Create a venv:

python3 -m venv env
source env/bin/activate

And follow this guide to using PiCamera2 in a venv.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages