Skip to content

v1.0.27

Latest

Choose a tag to compare

@pkasinathan pkasinathan released this 09 Mar 17:24
· 2 commits to main since this release

Bug fix

  • Fix camera detection false positive when lsof times out — The Chrome CMIO lsof command (Method 3) reliably timed out after 2s, and the outer except returned True ("assume camera in use for safety") even when the camera was not active. Each detection method now has its own error handling, and camera detection fails open instead of fail-closed.