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
If I call dxcam.release it releases the duplicator, but if I dxcam.create the same dx output it warns me that it is returning the existing instance from the DXFactory self._camera_instances[instance_key] and tries to use it but then the duplicator blows up trying to dereference a None object in self.duplicator.AcquireNextFrame.
The text was updated successfully, but these errors were encountered:
If I call dxcam.release it releases the duplicator, but if I dxcam.create the same dx output it warns me that it is returning the existing instance from the DXFactory
self._camera_instances[instance_key]
and tries to use it but then the duplicator blows up trying to dereference a None object inself.duplicator.AcquireNextFrame
.The text was updated successfully, but these errors were encountered: