michaelwschultz / timelapse-app

Tiny desktop app that creates timelapse videos using your built in desktop/laptop camera.
8 stars 0 forks source link

Verify camera is on #27

Closed michaelwschultz closed 4 years ago

michaelwschultz commented 4 years ago

I do this already, but maybe this is a better way of doing it since sometimes the current implementation feels flaky. https://github.com/sindresorhus/node-is-camera-on

michaelwschultz commented 4 years ago

Turns out my way is better.