-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
yes but sorry I cannot tell you :( |
Found it. :) |
Could you connect the DJI camera into NVIDIA Jetson TK1 and successfully catch frame data from the TK1 board real-time? |
Can I draw output some custom information such as detected face rectangle on the camera frame with the manifold? |
yes you can, with Manifold. |
How can I it? Please teach me. |
check the code in this repo for reading video streams |
I found the manifold_cam_read api, but can't found the manifold_cam_write. |
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. |
I can detect face on the Manifold with camera frame real-time. |
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. |
Wouldn't it be difficult to transmit an image using Data Transparent Transmission, having to break it up into 100 Byte packets? |
yes difficult. so you can just send the result |
How can I capture the camera frame real-time on my mobile device or windows PC? |
there are some APIs in DJI Mobile SDK to help you get the real-time video buffer |
@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 |
@CWOA No, I couldn't. |
Do you have a solution? I need your advice |
'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?
The text was updated successfully, but these errors were encountered: