LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

What encoders does imaqOpenAVI support??

Solved!
Go to solution

Hi, I'm using CVI 9.0 with VDM 8.6.4.

 

I want to capture an AVI movie from a USB camera with VLC, and then open the movie using the 'imaqOpenAVI' function.

Does anyone tried this before? VLC has so many encapsulation/encoding formats for capturing that I don't know which one to use.

 

Bytheway, what type of  encoders are supported by the imaqOpenAVI?? Yet, does the color format have to be RGB24 or I420??

 

Thanks a lot!

 

costas

 

0 Kudos
Message 1 of 4
(3,713 Views)

Hi Costas,

 

The codecs that will work with the AVI functions need to align with the DirectShow architecture in Windows. We basically use that layer to read the AVIs. So, as long as the codec can be read with DirectShow, you should have no problems with it in CVI. There unfortunately is not a list of unsupported codecs, just that requirement.

 

Im not sure what you mean by what color formats can be used. When you create a buffer with IMAQ, you can choose the color (RGB 32, U8 (grayscale), U16, etc) 

 

With regards,


Philip
Applications Engineer
National Instruments
UK Branch

===If this fixes your problem, mark as solution!===
0 Kudos
Message 2 of 4
(3,624 Views)

ok thanks!

 

p.s. how can i marked this post as 'solved' ? Smiley Happy

0 Kudos
Message 3 of 4
(3,620 Views)
Solution
Accepted by topic author Costas

There is a solution button on the side of my post in green that has a tick all you need to do is click it.

 

Thanks,


Philip
Applications Engineer
National Instruments
UK Branch

===If this fixes your problem, mark as solution!===
0 Kudos
Message 4 of 4
(3,618 Views)