08-15-2012 04:56 PM
Hi,
I am trying to write code for a Black Magic Decklink Extreme HD in Labview. The problem is that I can only find .idl files and I don't know how to access/use them. Is their a tutorial that can help? I found one, but it was using Labview 7, so it wasn't very helpful because I could not find IDLDraw anywhere. Is it obsolete? I also read that I may be able to use IMAQdx, but I don't even know how to do that. Any help would be appreciated as I do not even know where to start. Thank you so much for any help.
Donald Kennedy
08-16-2012 08:33 AM
@dkennedy2010 wrote:
Hi,
I am trying to write code for a Black Magic Decklink Extreme HD in Labview. The problem is that I can only find .idl files and I don't know how to access/use them. Is their a tutorial that can help? I found one, but it was using Labview 7, so it wasn't very helpful because I could not find IDLDraw anywhere. Is it obsolete? I also read that I may be able to use IMAQdx, but I don't even know how to do that. Any help would be appreciated as I do not even know where to start. Thank you so much for any help.
Donald Kennedy
If you want to develop software for this product, read http://www.blackmagic-design.com/support/detail/supportnotes/supportnote?sid=3945&pid=4005&snid=9618...
08-16-2012 08:43 AM
Hi Donald,
I won't be able to help you much with the Black Magic Decklink, but I will be able to answer questions about IMAQdx. IMAQdx is a vision acquisition driver that is capable of working with DirectShow compatible USB, firewire, and GigE vision cameras. From doing a quick search, it looks like this board is indeed DirectShow compatible. You can download http://joule.ni.com/nidu/cds/view/p/id/2625/lang/en and see some information on using the driver here: http://www.ni.com/pdf/manuals/371970a.pdf
The IMAQdx driver normally is used with DirectShow USB cameras, so I'm not sure how it will work with your board. Also, keep in mind that the IMAQdx driver will need to be licensed for continued use beyond a trial period. I hope this information helps!
08-16-2012 01:29 PM - edited 08-16-2012 01:32 PM
Thanks Cole R. I will have to look into it.
nyc, I have already looked into this and didn't find any good information. I am going to join that forum, but wanted to see if anyone from the Labview community has worked with .idl files.
How am I supose to use the API? I am not familiar with it. Thanks.
08-22-2012 02:16 PM
I have figured out how to use the Decklink card, though it is not with the .idl. If you have IMAQdx, you will be able to configure and see the card via MAX because it uses DirectShow. You can grab video, but I do not believe you can use all the features of the card directly through MAX. The people at BlackMagic told me that you can write a wrapper. The example code is on the Linux side, but I have not really tried that option. I believe you have to write a C wrapper for it.
I hope this helps anyone that needs it. IMAQdx is available through the Vision Development Module Toolkit.
Donald