openpnp / openpnp-capture

A cross platform video capture library with a focus on machine vision.
MIT License
118 stars 49 forks source link

Fixed macOS Catalina camera permissions request #37

Closed bakwc closed 3 years ago

bakwc commented 3 years ago

Issue

openpnp-capture-test fails on MacOS Catalina 10.15.2, MacBookPro 15 2017 internal camera

Cause

Not waiting for user to grant camera permission

Fix

Wait for permission granted

bakwc commented 3 years ago

@vonnieda up

vonnieda commented 3 years ago

Will review this weekend.

On Tue, Aug 11, 2020 at 5:19 AM Filipp Ozinov notifications@github.com wrote:

@vonnieda https://github.com/vonnieda up

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/openpnp/openpnp-capture/pull/37#issuecomment-671861918, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJAU45NGGU3LMAAAUHDMFTSAELMLANCNFSM4PYR3NBQ .

vonnieda commented 3 years ago

This looks good to me - thanks @bakwc!