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

Stream volumetric data of D435 over network on unity #3259

Closed
imanjj opened this issue Feb 14, 2019 · 2 comments
Closed

Stream volumetric data of D435 over network on unity #3259

imanjj opened this issue Feb 14, 2019 · 2 comments
Labels

Comments

@imanjj
Copy link

imanjj commented Feb 14, 2019

Hi,

I'm trying to stream D435 video and depth data over network. On the receiving side I'd like to see it in real time in Unity. Has anyone worked on sending the data efficiently over network?
I'm new to realsense. There are many pieces that are confusing for me.

  1. To send data, I'm assuming everything should be the same as when we want to store data on disk. except that after encoding we send that data packet over network instead of saving it.

  2. To receive, it should be like reading from disk except we are reading from the network port.

Are my assumptions correct?
I cannot find where this encoding, decoding is happening. Can someone please guide me?

Best,
Iman

Camera Model: D435
Firmware version: 05.10.03.00
OS: Win 10
Platform: PC
Language: Unity

@dorodnic
Copy link
Contributor

Hi @imanjj
There is this project - https://github.com/krejov100/EtherSense
AFAIK it is still work-in-progress, but you might find it useful.

@dorodnic dorodnic added the unity label Feb 14, 2019
@RealSenseCustomerSupport
Copy link
Collaborator


Hi @imanjj,

How is everything going based on below GitHub project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants