Camera Rest API

Is there any rest api for access to the camera? Didn't see any in the rest api doc, but figured I would ask just in case I am missing it.

You could retrieve the settings to get the stream/snapshot address.

https://docs.octoprint.org/en/master/api/settings.html#get--api-settings

2 Likes

That will work, thanks. I should have search for webcam in the document, was searching for cam and camera with no results.