12-15-2009 10:30 AM
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
Solved! Go to Solution.
01-20-2010 06:47 AM
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,
01-20-2010 06:56 AM
ok thanks!
p.s. how can i marked this post as 'solved' ? ![]()
01-20-2010 07:06 AM
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,