09-13-2017 12:33 PM
Is there a way to write an AVI file without using NI Vision. I have an application in which I'd like to do this, but have no need for any of the other features of NI Vision.
09-14-2017 12:33 PM
Hi there,
I haven't done this myself before, but it looks like you can use OpenCV for this.
http://docs.opencv.org/2.4/doc/tutorials/highgui/video-write/video-write.html
09-14-2017 04:56 PM