edsdk-python icon indicating copy to clipboard operation
edsdk-python copied to clipboard

Registering CameraAddedHandler doesn't accept callables

Open MountainEclipse opened this issue 1 year ago • 0 comments

using SetCameraAddedHandler and passing either a function or method with 0 or 1 argument always throws an error:

ValueError: expected a callable object with 0 or 1 parameters(context: Any = None) -> int

MountainEclipse avatar Sep 29 '24 16:09 MountainEclipse