You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm using the AVProLiveCameraManager.Deinit(); method to attempt to release cameras so they can be used by other apps without closing the unity project, and while this works with most other cameras I have tested (e.g. integrated laptop camera and a usb webcam), it doesn't work with the specific camera I'm using, which is a Basler a2A1920-160ucPRO (appears within AVPro as Basler GenICam)
Your Setup (please complete the following information):
Describe the bug
I'm using the
AVProLiveCameraManager.Deinit();
method to attempt to release cameras so they can be used by other apps without closing the unity project, and while this works with most other cameras I have tested (e.g. integrated laptop camera and a usb webcam), it doesn't work with the specific camera I'm using, which is a Baslera2A1920-160ucPRO
(appears within AVPro asBasler GenICam
)Your Setup (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
AVProLiveCameraDevice.Stop()
AVProLiveCameraDevice.Close()
AVProLiveCameraManager.Deinit()
The text was updated successfully, but these errors were encountered: