Replies: 3 comments
-
Hi, any progress? |
Beta Was this translation helpful? Give feedback.
-
@scandav I also would be interested in this. As I am basically trying to do the same. I would need to be able to connect to a camera either via USB or bluetooth. Ideally bluetooth from macOS to iPhone. |
Beta Was this translation helpful? Give feedback.
-
I'm currently solving a different but similar problem. I'm saving a three.js scene as video onto drive. I have a video_start endpoint, then video_pipe_image and video_complete endpoints. For video_pipe_image you generate the base64 image
and send it to the backend. jpeg 1080p stream runs only 0.5x on my machine (beefy), png is even slower. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to stream images acquired from an USB camera to the frontend.
I want to stream content from an OAK-D opencv camera to be consumed on the frontend and be able to save the video to file while streaming.
I found two possible ways of doing that:
register_uri_scheme_protocol
in Tauri that reads frames from the camera and attach them to the body. Something like this:register_uri_scheme_protocol
. Streaming response body #3138 still has no solution for streaming content to a body.Do you think I can reach the goal with either of the two or is there a better approach to my problem?
Thanks a ton!
Beta Was this translation helpful? Give feedback.
All reactions