02-26-2014 11:28 PM
Hi everyone,
Originally it was my plan to incorporate native LabVIEW video streaming for the Drone 2.0 into the toolkit, but unfortunately my time working on the project ran short. I also lost access to a Drone 2.0 for an extended period of time which made development impossible.
Given the amount of interest in streaming video natively from the 2.0, I recently picked back up the effort. I attempted to decode the video with native LabVIEW code originally, but due to the 2.0's custom h264 implementation I could never get that working. I ended up with a solution which uses an external DLL I compiled which uses the ffmpeg and libav libraries to decode the video stream and send the raw picture data back into LabVIEW.
This is a beta version that I have minimally tested on my machine and a few others. I can't guarantee it's functionality, but this may offer a solution to some people who are looking for native video streaming in LabVIEW.
If you guys have issues with this version please post them here and let me know.
Thanks!
Note: This BETA version requires the Microsoft Visual C 2010 SP1 Redistributable Package (x86) to be installed
04-11-2015 01:25 PM
Thanks for your effort!
Just a note for everybody: This will not work with Labview 64bit platform. You have to install Labview 32bit so you will get this working.
The older version worked with both, but now the decoding dll that has been developed is only compatible with 32 bit version of Labview.
09-19-2015 09:15 AM
Hi!
Is this beta version still available? When I open the file, VIPM shows up and nothing happens. I need to integrate the video strem into LabVIEW to somehow use image processing.
Thank you!
Fixed - there was a problem with VIPM
08-14-2018 09:41 PM
hi
I also have the same problem. My labview can't get the picture from the ar drone. I have tried the justin D's toolkit but i don't see anything on the VIPM. Can anyone tell me how to solve this problem?
Thank you