ldenoue / cameraextension

sample camera extension using coremedia io
MIT License
63 stars 11 forks source link

CoreMediaIO camera extension not available immediately after activation #3

Open mingxingren opened 5 days ago

mingxingren commented 5 days ago

Hello, I integrated this example into a Qt program. After installing the cameraextension, the Qt program cannot immediately access the camera. The Qt program needs to be restarted. How can I solve this problem?

ldenoue commented 4 days ago

I believe I faced the same issue: the app that hosts the camera extension needs to be restarted.