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

Possible on NVIDIA Jetson TK1 (very close to manifold)? #8

Open
Shikhargupta opened this issue Jun 18, 2016 · 18 comments
Open

Possible on NVIDIA Jetson TK1 (very close to manifold)? #8

Shikhargupta opened this issue Jun 18, 2016 · 18 comments

Comments

@Shikhargupta
Copy link

'A Nvidia provided decoding chip is necessary together with a .so library, which is also from Nvidia. And the cable/port is specially designed.'

Jetson has the decoding chip and .so library but lacks in port. Is there any way to get it work using GPIO or anything else?

@lanyusea
Copy link
Member

yes but sorry I cannot tell you :(
It's confidential

@Shikhargupta
Copy link
Author

Found it. :)

@apollo-time
Copy link

Could you connect the DJI camera into NVIDIA Jetson TK1 and successfully catch frame data from the TK1 board real-time?
Please teach me thanks.

@apollo-time
Copy link

Can I draw output some custom information such as detected face rectangle on the camera frame with the manifold?

@lanyusea
Copy link
Member

yes you can, with Manifold.

@apollo-time
Copy link

How can I it? Please teach me.

@lanyusea
Copy link
Member

check the code in this repo for reading video streams
check opencv tutorial for face detection and drawing rectangle

@apollo-time
Copy link

I found the manifold_cam_read api, but can't found the manifold_cam_write.
Which buffer I can draw output on?

@lanyusea
Copy link
Member

You may need to try Mobile SDK if you want to display in on the DJI GO of you Mobile device.

The Manifold only has decoding module to decode the video buffer received from the drone, but has not encoding module to encode video and send it to your mobile.

@apollo-time
Copy link

I can detect face on the Manifold with camera frame real-time.
Now how can receive the face detection result from manifold on the Mobile SDK?
Can I send the meta data such as face position from Manifold to mobile device via wireless?

@lanyusea
Copy link
Member

I mean you can do the detection and drawing on Mobile SDK directly.

If you want to transmit the result from Manifold to Mobile device, you can use Data Transparent Transmission.

@maxsmo3
Copy link

maxsmo3 commented Jun 22, 2016

Wouldn't it be difficult to transmit an image using Data Transparent Transmission, having to break it up into 100 Byte packets?

@lanyusea
Copy link
Member

yes difficult. so you can just send the result

@apollo-time
Copy link

How can I capture the camera frame real-time on my mobile device or windows PC?
And what is max frame resolution with streaming on client?
Is support RTSP protocol the camera on the drone?

@lanyusea
Copy link
Member

there are some APIs in DJI Mobile SDK to help you get the real-time video buffer

@CWOA
Copy link

CWOA commented May 17, 2018

@Shikhargupta did you ever manage to get the camera image in OpenCV using an alternative computer? I'm trying to use the Jetson TX2 with a Zenmuse X3 camera onboard a M100

@Shikhargupta
Copy link
Author

@CWOA No, I couldn't.

@zhuangxinfa
Copy link

'A Nvidia provided decoding chip is necessary together with a .so library, which is also from Nvidia. And the cable/port is specially designed.'

Jetson has the decoding chip and .so library but lacks in port. Is there any way to get it work using GPIO or anything else?

Do you have a solution? I need your advice

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

No branches or pull requests

6 participants