bhowiebkr / laser-level-webcam

A tool for measuring height in microns of arbitrary sized objects using a webcam and a laser level.
MIT License
141 stars 13 forks source link

"Device Settings" button does nothing #14

Closed besenyeim closed 1 year ago

besenyeim commented 1 year ago

Windows, V0.3.2, .exe downloaded from Releases.

bhowiebkr commented 1 year ago

This calls the device settings from FFMPEG which gives an easy way to access the low level settings of the webcam device. In order for you to get that button working you’ll need to have FFMPEG installed and part of your windows path for the tool to call it. I might look at seeing if there is a way to call it directly with python but sofar doesn’t look easy.

bhowiebkr commented 1 year ago

I've added a popup message if the tool finds that you are missing FFMPEG. If you are missing it, you'll need to download, install and add it to your Windows path

https://github.com/bhowiebkr/laser-level-webcam/commit/e7a95af343b90876f2093dd62f4cf54025ec7bc0