geezacoleman / OpenWeedLocator

An open-source, low-cost, image-based weed detection device for in-crop and fallow scenarios.
MIT License
320 stars 56 forks source link

Camera buffer lock #131

Closed geezacoleman closed 1 month ago

geezacoleman commented 1 month ago

Make processing speed match the framerate of the camera to avoid double processing of the same frames. Reduces computational cost (reduced heat) and is better for data collection.