06-23-2009 02:39 AM
Hello,
Can anyone tell me how can I divide a video given to labview in to its respective number of frames and then storing those frames in a buffer so that they could be retrieved one by one using a for loop that is iterated upto the number of frames and then each frame is under gone some image processing algorithm.
I have the vi for reading an avi file.
Regards,
Param
06-23-2009 07:21 AM
Did you check this example vi which reads a avi file.Just run this vi and inside the while looo use ur filter operations and use a write bmp file to store and verify whether ur filter is indeed getting applied