11-26-2013 07:25 PM
Hi.
It is possible to make a VI, which is able to playback (like a media player) the received real time video frames, which is for instance 10 frames per second ?. If yes, is there any example of VIs you can recommend ?.
11-27-2013 02:21 AM
Oesen,
I think it is possbile. Because LV can read every frames from video file, and also create the video file and then write image to frame as well. (need vision module)
So you can try to do it, if meet any issue, then place here.
Home--colinzhang.net: My Blog
11-27-2013 03:37 AM
Hi colinzhang
Thanks for you answer. I have Vision Development Module and Vision Acquisation Software as well. Do you know whether there is an example VI to complete this purpose ?, or the procedure about how to do it ?.
11-27-2013 07:41 AM
Hi Oesen.
From where / how do you get the frame?
I have attached an example, that uses the IMAQdx driver to continuously acquire an image, and then display it. Also, you can have a look in the NI Example Finder (Help ==> Find Examples. Seach for IMAQdx).
11-27-2013 09:46 AM
Hi Alex
I will receive the frames as arrays per second from an external buffer.
In that VI you uploaded, if I change the frame rate to 10 frames per second, is there a way to deploy it into an array, which exports the data to an external file (which can be either .dll file or .csv file). So if my resolution is 160x120, I need to implement an array whichs exports 10 arrays (160x120) per second.
11-27-2013 01:28 PM
Hi again.
Array of what datatype??
11-28-2013 03:41 AM
Hi Alex
A numeric DBL data type
11-28-2013 05:14 AM
Hi again.
Then this example might be interessting:
Community: Convert Array to Image