Luca Barbato

Results 388 comments of Luca Barbato

if you try running the example code provided with the drivers, do you have the same problem? there is a Capture program you can build. On Fri, Nov 21, 2014...

media express works fine? I'm tempted to think that the problem is in the driver if even mediaexpress has the same issue. On Fri, Nov 21, 2014 at 8:15 PM,...

Do not use ffmpeg. I do not support it in any way. the code is developed using Libav.

If you could provide a patch I'd merge it, otherwise please remind me to check the issue within the summer.

Thank you! On Mon, Jul 22, 2013 at 3:28 PM, c0ntact0 [email protected] wrote: > OK Lu, I send you the patch asap. > > — > Reply to this email...

As per the SDK documentation you have to - Implement the `VideoInputFormatChanged` callback - Check if `BMDDeckLinkSupportsInputFormatDetection` is true - Pass `bmdVideoInputEnableFormatDetection` to `EnableVideoInput()` - Start to frame capture and...

which version of Libav are you using? Please use release 9 and do test the audio branch. On Tue, Jun 25, 2013 at 6:38 PM, Dick Thomas [email protected]: > when...

edit the makefile and/or define the pkg config environment variables. On Mon, Jul 15, 2013 at 9:42 AM, Dick Thomas [email protected]: > okay I've got libavformat 9 built in a...

Try the latest commit please.

ffmpeg isn't supported anymore, please use avconv. make sure you are processing frames in real-time, the capture just piles up frames if they aren't processed fast enough.