mohankreddy / javadrone

Automatically exported from code.google.com/p/javadrone
0 stars 0 forks source link

ARdrone.2 compatibility mode #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should be able to work with AR.Drone 2 by initializing it to send video in 
old format.

Original issue reported on code.google.com by kroko...@gmail.com on 29 Dec 2012 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by kroko...@gmail.com on 29 Dec 2012 at 6:28

GoogleCodeExporter commented 9 years ago
Unfortunately AR.Drone 2 does not send video in old format. It supports only 
h264

Original comment by dshm...@codeminders.com on 31 Dec 2012 at 4:48

GoogleCodeExporter commented 9 years ago
I think I've seen API call to select video format. Also on my iPad app there is 
an option to select video format.
Can you show me documentation showing that AR.Drone2 does not support old video?

Original comment by kroko...@gmail.com on 31 Dec 2012 at 5:48

GoogleCodeExporter commented 9 years ago
Developer guide says in section 7.2:

"Two codecs are available UVLC (MJPEG-like) and P264 (H.264-like)."

Original comment by kroko...@gmail.com on 31 Dec 2012 at 6:07

GoogleCodeExporter commented 9 years ago
on further examination of documentation I discovered that you are right and 
ARDRONE 2 does not support UVLC :(

Original comment by kroko...@gmail.com on 31 Dec 2012 at 6:09