09-24-2015 10:14 PM
Snap, Sequence, Grap got official example
But how to record video as AVI ?
I found related api:
imaqCreateAVI
imaqWriteAVIFrame
imaqCloseAVI
I don't know how to input parameter.
Someone know about it ?
10-12-2015 03:57 PM
i also need to know how to record video as AVI ... 😞
@cheng_li wrote:
Snap, Sequence, Grap got official example
But how to record video as AVI ?
I found related api:
imaqCreateAVI
imaqWriteAVIFrame
imaqCloseAVI
I don't know how to input parameter.
Someone know about it ?
10-16-2015 02:44 AM
Hello,
Seems there is no direct example for AVI recording. You can use the help document "NIVisionCSupport.chm" to check for function use.
C:\Program Files (x86)\National Instruments\Vision\Help\NIVisionCSupport.chm
Also, I have an example from LabVIEW. Maybe you can follow the using sequence in LabVIEW to modify your code with those AVI functions.
10-16-2015 04:11 AM
@DaveWei wrote:
Hello,
Seems there is no direct example for AVI recording. You can use the help document "NIVisionCSupport.chm" to check for function use.
C:\Program Files (x86)\National Instruments\Vision\Help\NIVisionCSupport.chm
Also, I have an example from LabVIEW. Maybe you can follow the using sequence in LabVIEW to modify your code with those AVI functions.
do you have vi file for this code ? and anycamera is usefull with it or not?
10-16-2015 04:36 AM
Hi,
I attached the vis for 1394 cameras and for cameras using NI IMAQ driver. It's possible you need to modify some parts of them.
Camera using issue is not directly related to AVI file saving. You can verify if your system can normally use camera first. and then use image acquired to build a AVI file.