Login to disable ads!
Streaming video to a computer
Streaming video to a computer
Hi everyone. Is it possible to stream the AR.Drone's video to a computer? I wrote a java program that allows me to drive the copter from my computer but I cannot figure out how to get the video on my screen. The video is sent in a compressor called H 263, so if anyone knows how to handle that, I would be grateful.
Thank you and good flying!
Thank you and good flying!
Re: Streaming video to a computer
After more research, I discovered that the best way to do this is with an open source program called JavaDrone. It works on all platforms and is fundamentally awesome. Check it out!
http://code.google.com/p/javadrone/" onclick="window.open(this.href);return false;
http://code.google.com/p/javadrone/" onclick="window.open(this.href);return false;
Re: Streaming video to a computer
The Java API is open source and not related to the SDK from Parrot. The Java version is better and free and is ready to go out of the box. Once you download it, you can immediately stream video.
Re: Streaming video to a computer
Hi guys, just bought a new AR drone this week, and had a question similiar to OP. I'm looking to just stream the video of either camera on the drone to a pc, and view the video via VLC or something similar. Is this possible? Perhaps streaming in RTSP. Controls can stay on the phone. I have read that some versions of firmware support multicasting, is this true?
Thanks!
Thanks!
to the internet?
I need to find a way to be able to stream video live to the internet (Ustream, livestream, Qik, one of these or similar). Has anyone found a way yet? Many of the Occupy Wall St independent citizen journalists are starting to acquire these drones for filming footage of protests but we really need to be able to stream the vid live to the internet. Can anyone help?
Re: Streaming video to a computer
You can run Drone Station full screen on a Mac and then uStream the screen from there.
You will need two network connections... one for the drone and one for the internet. You could do wifi and wifi or wifi and lan.
The internet side will need to be on a network other than 192.168.1.x
I've seen what the Occupy Oakland guys have done... I would recommend using a long range WiFi dongle for the drone.
You will need two network connections... one for the drone and one for the internet. You could do wifi and wifi or wifi and lan.
The internet side will need to be on a network other than 192.168.1.x
I've seen what the Occupy Oakland guys have done... I would recommend using a long range WiFi dongle for the drone.
Re: Streaming video to a computer
Streaming video from Drone Station from my drone right now...
http://www.ustream.tv/channel/dronestation" onclick="window.open(this.href);return false;
I'll leave it up till the battery runs out.
http://www.ustream.tv/channel/dronestation" onclick="window.open(this.href);return false;
I'll leave it up till the battery runs out.
Re: Streaming video to a computer
What is a control tower? Are you talking about Drone Station not connecting to the PS3? If so, try rebooting, then plugging in the PS3, pressing the center button, then starting the app.cowmoo32 wrote:I can get the Controltower to connect to the drone but it's not reading my PS3 controller.
-
- Newcomer
- Posts: 1
- Joined: 09 Jul 2012, 20:43
- Drone Type: AR.Drone 2
- Has thanked: 0
- Been thanked: 0
Re: Streaming video to a computer
Hi guys,
I'm very interested in live streaming disaster relief scenarios. Unfortunately, I neither have a Mac or Linux. Is there any tools that you guys know of that I would be able to use with my Drone 2.0 and Android Samsung Galaxy?
I appreciate your help.
Yoni
I'm very interested in live streaming disaster relief scenarios. Unfortunately, I neither have a Mac or Linux. Is there any tools that you guys know of that I would be able to use with my Drone 2.0 and Android Samsung Galaxy?
I appreciate your help.
Yoni
-
- Up and hovering
- Posts: 134
- Joined: 31 Oct 2011, 15:53
- Has thanked: 0
- Been thanked: 0
Re: Streaming video to a computer
ffmpeg can do it because it automatically strips custom headers from raw h264 bitstream
to watch video:
to save to a file
to watch video:
Code: Select all
ffplay tcp://192.168.1.1:5555
Code: Select all
ffmpeg -i tcp://192.168.1.1:5555 outputfile.avi
-
- Newcomer
- Posts: 3
- Joined: 28 Jul 2013, 06:55
- Drone Type: AR.Drone 2
- Has thanked: 0
- Been thanked: 0
Re: Streaming video to a computer
http://www.youtube.com/watch?v=gDon6bQf ... e=youtu.be" onclick="window.open(this.href);return false;
using the info above along with drone control software..
using the info above along with drone control software..
Who is online
Users browsing this forum: No registered users and 3 guests