when I try to call Camera::close() the program stucks.
Camera::stopCapture() stucks when called.
I had a look inside the method and Eds::EndLiveview(camera); is called and then stucks.
Also when uncommenting the liveView part it stucks at Eds::CloseSession(camera);
Hey there,
when I try to call
Camera::close()
the program stucks.Camera::stopCapture()
stucks when called.I had a look inside the method and
Eds::EndLiveview(camera);
is called and then stucks. Also when uncommenting the liveView part it stucks atEds::CloseSession(camera);
Someone has any idea?