ocelli as library, better capture algorithm, high resolution

This commit is contained in:
randogoth 2024-12-30 18:14:12 +02:00
parent 700f2770b6
commit 424acf0858
4 changed files with 288 additions and 277 deletions

View file

@ -3,6 +3,11 @@ name = "ocelli"
version = "0.1.0"
edition = "2021"
[lib]
name = "ocelli"
path = "src/lib.rs"
[dependencies]
chrono = "0.4.39"
opencv = "0.93.5"
v4l = "0.14"
chrono = "0.4"
image = "0.25.5"