Skip to content

ninaAPI 2.1.6.0

Latest
Compare
Choose a tag to compare
@christian-photo christian-photo released this 29 Jan 14:09
· 12 commits to main since this release
d91b157
  • 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