openpnp / openpnp-capture

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

Fix Deprecated AvCaptureDevice Enumeration #66

Open alexbeattie42 opened 1 year ago

alexbeattie42 commented 1 year ago

This uses the method described here to replace the deprecated AvCaptureDevice enumeration on Mac. It queries for internal and external cameras. It also fixes some compiler deprecation warnings.