← Back to context

Comment by sreekotay

1 day ago

This is realtime capture/display? Presumable (at this stage) for local viewing? Is that right?

Yes realtime capture and display. Locality is not required. You can send the source RGBD video streams over IP and in fact I have that component working in the larger codebase that this was split off from. For that use case, you need to do some sort of compression. The RGB stream compression is a pretty solved problem, but the depth channel needs special consideration since "perceptual loss" in the depth space is not a well researched area.