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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
framing/determine-rotation added to determine the rotation from the camera
camera/set-binning added to set the binning of the camera, the binning mode has to be supported by the camera
camera/capture:
URL parameter omitImage added to ignore the captured image, use if only the platesolve result is of interest
URL parameter stream added to stream the image, content type will be either image/jpg or image/png
URL parameter waitForResult added to wait for the capture to finish and then return the result. All parameters which you would normally use together with getResult will apply here as well
Added stream parameter to image/{index} to stream the image, content type will be either image/jpg or image/png
Added stream parameter to application/screenshot to stream the image, content type will be either image/jpg or image/png
New Websocket Events:
FOCUSER-USER-FOCUSED
AUTOFOCUS-FINISHED
API-CAPTURE-FINISHED is sent, when camera/capture finishes