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 isn't essential, but it would be nice to have. There are two routes that we could use to get the camera feed:
Via JSON-RPC, by sending the request_camera_stream method, then parsing each frame whenever the printer sends us camera_frame. This is sorta hard to implement, but totally doable.
Via HTTP, by sending the /camera method to the printer to receive a single frame. This is slower, obviously, but can work if we only want a snapshot every now and then. It would also involve sending another authentication HTTP call for the camera context.
The text was updated successfully, but these errors were encountered:
This isn't essential, but it would be nice to have. There are two routes that we could use to get the camera feed:
request_camera_stream
method, then parsing each frame whenever the printer sends uscamera_frame
. This is sorta hard to implement, but totally doable./camera
method to the printer to receive a single frame. This is slower, obviously, but can work if we only want a snapshot every now and then. It would also involve sending another authentication HTTP call for thecamera
context.The text was updated successfully, but these errors were encountered: