gabrielburnworth / plant-detection

Detects and marks plants in a soil area image using Python OpenCV
67 stars 24 forks source link

[bug] Camera Calibration crashes in env_var_converter #8

Closed jsimmonds2 closed 4 years ago

jsimmonds2 commented 4 years ago

This issue in FarmBot Forum describes the problem(s).

Here's a screenshot of the Raspberry Pi Serial Console when I try CALIBRATE in the WebApp Farmware Camera Calibration ( I'm running FarmbotOS v8.2.4-rc1 on Raspberry Pi 3 Model B Plus with USB Camera

[    6.454538] uvcvideo: Found UVC 1.00 device C922 Pro Stream Webcam (046d:085c)

which captures stills nicely using take-photo :-)

Thanks

image

gabrielburnworth commented 4 years ago

Thanks for finding this bug and providing the output! This ended up being a bug in the Web App. Here is the fix: https://github.com/FarmBot/Farmbot-Web-App/pull/1615