Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera Feed Parsing #1

Closed
tjhorner opened this issue Jun 17, 2017 · 1 comment
Closed

Camera Feed Parsing #1

tjhorner opened this issue Jun 17, 2017 · 1 comment
Assignees
Milestone

Comments

@tjhorner
Copy link
Owner

tjhorner commented Jun 17, 2017

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.
@tjhorner tjhorner added this to the 1.0.0 milestone Jun 17, 2017
@tjhorner tjhorner self-assigned this Jun 17, 2017
@tjhorner
Copy link
Owner Author

tjhorner commented Sep 6, 2017

See #5 for more info on this issue.

@tjhorner tjhorner closed this as completed Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant