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

ZEDlivelink for Jetson Orin or Simply for Jetsons #15

Open
2 tasks done
shams3049 opened this issue May 31, 2023 · 7 comments
Open
2 tasks done

ZEDlivelink for Jetson Orin or Simply for Jetsons #15

shams3049 opened this issue May 31, 2023 · 7 comments
Assignees
Labels
feature_request New feature or request

Comments

@shams3049
Copy link

shams3049 commented May 31, 2023

Preliminary Checks

  • This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • This issue is not a question, bug report, or anything other than a feature request directly related to this project.

Proposal

We would like the zedlivelink to run on a jetson device (specifically Jetson Orin).

Use-Case

Distributed architecture: so zed camera skeleton tracking can run in a compact performance subsystem :) that would allow a range of end user configurations.

Anything else?

If the live link is done in a way that it can be extended to add further logic, like addition logic to further process the tracking data, so only refined and needed data is transmitted, this would be quite helpful to expand.

@SLJLMacarit
Copy link
Collaborator

Hi @shams3049,

We are very much looking to enable compatibility between jetsons and UE5 via Live Link shortly (more generally unifying the "Live Link" process, be it for Unity, UE5, or any other app). The way we're envisioning it implies that you could send whatever data you need from the sender to your app, by delegating the conversion process from what would be only a modified body tracking sample sending data to a receiver depending on the desired target.

It is definitely high on our list of things to tackle, but if you want to get an idea of how to do this yourself, you can take a look at the conversion code for UE5 Live Link format and the Unity sender. The main idea is to do the sending like in Unity and do the conversion on the receiver side.

In any case, thanks for reaching out, this feedback is important.
Jean-Loup

@astaikos316
Copy link

I am definitely interested in Zed Livelink support on Jetson. We have a number of use cases for 5G connected cameras for body tracking and have started experimenting with Jetson and Zed 2 cameras. Would like to get to the point of sending body tracking data to our Edge Compute experiences for real time usage.

@SLJLMacarit
Copy link
Collaborator

@astaikos316
Maybe you've already tested that, but an option, for now, is streaming the ZED feed from the jetson to your main computing unit using something like this sample, but the drawback is that you'd have to run a ZED SDK on this unit.

@shams3049
Copy link
Author

@astaikos316 Hi, We are doing exactly the same as you described, if you like we can discuss together and maybe have a better solution. We are publically funded, so all our work can stay public. If this motives you, please feel free to write me back.

@SLJLMacarit SLJLMacarit self-assigned this Jul 6, 2023
@SLJLMacarit SLJLMacarit added the feature_request New feature or request label Jul 6, 2023
@astaikos316
Copy link

@astaikos316 Maybe you've already tested that, but an option, for now, is streaming the ZED feed from the jetson to your main computing unit using something like this sample, but the drawback is that you'd have to run a ZED SDK on this unit.

@SLJLMacarit i will take a look. Thanks.

@astaikos316
Copy link

@astaikos316 Hi, We are doing exactly the same as you described, if you like we can discuss together and maybe have a better solution. We are publically funded, so all our work can stay public. If this motives you, please feel free to write me back.

@shams3049 This definitely motivates me. Would be very interested in setting up a discussion where we can go in depth.

@shams3049
Copy link
Author

@astaikos316 ready when you are, just add @gmail.com to my user name and send your contact so we can set up a call.

Currently our team is working on limiting the number of people tracked, and the place where they should be tracked. We have already worked out the avatar retargeting on metahuman.

Our goal is to build enough confidences to actually use it as zed.hub application (but that's a discussion for an other day).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature_request New feature or request
Development

No branches or pull requests

3 participants