mohankreddy / javadrone

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

ARDrone 2.0 video decoding #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I got the TestH264DataDecoder class to get images from the 2.0, here is a 
modified version in case it helps anyone.  It isn't perfect, I think there is 
something strange about theH264 decoder that is being used but it is a start.

Original issue reported on code.google.com by fish...@gmail.com on 3 Apr 2013 at 7:46

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by kroko...@gmail.com on 3 Apr 2013 at 9:53

GoogleCodeExporter commented 9 years ago
Hi,

currently I'm trying to get the video stream from ar.drone. I use your decoder 
class and H264J, but get a NullPointerException on calling 
avcodec_decode_video2 method. How can I fix that?

Kind regards,

Matt

Original comment by mad198...@googlemail.com on 13 Dec 2013 at 3:52