robotika / katarina

Parrot drone Bebop
MIT License
75 stars 33 forks source link

Error in decoding frames #12

Open CE93Geek opened 7 years ago

CE93Geek commented 7 years ago

I'm using this library to implement my autonomous system, and everything was fine until today I got this error: [h264 @ 0x7f762c0369e0] Too many slices, increase MAX_SLICES and recompile After little search I see it has a problem with the ffmpeg library, I understand that Katreina library uses the P-framing which thus takes 1 frame from each coming 30 frames in 1 second.

I need to have a solution as soon as possible. Regards.

CE93Geek commented 7 years ago

@zwn @m3d