cancelar
Mostrando resultados para 
Pesquisar então 
Você quer dizer: 

video frames playback

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 ?.

Best regards

Oesen
0 Kudos
Mensagem 1 de 8
3.744Exibições

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. 

Colin Zhang
------------------
LV7.1/8.2/8.2.1/8.5/8.6/9.0/2010/2011/2013/2015/2016/2020; test system development; FPGA; PCB layout; circuit design...
Please Mark the solution as accepted if your problem is solved and donate kudoes


Home--colinzhang.net: My Blog

iTestGroup: One-step test solution provider!
ONTAP.LTD : PCBA test solution provider!
0 Kudos
Mensagem 2 de 8
3.725Exibições

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 ?.

Best regards

Oesen
0 Kudos
Mensagem 3 de 8
3.719Exibições

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).

 

Best Regards

Alex E. Munkhaus
Certified LabVIEW Developer (CLD)
System Engineer
0 Kudos
Mensagem 4 de 8
3.684Exibições

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. 

Best regards

Oesen
0 Kudos
Mensagem 5 de 8
3.661Exibições

Hi again.

 

 

Array of what datatype??

 

Best Regards

Alex E. Munkhaus
Certified LabVIEW Developer (CLD)
System Engineer
0 Kudos
Mensagem 6 de 8
3.635Exibições

Hi Alex

 

A numeric DBL data type

Best regards

Oesen
0 Kudos
Mensagem 7 de 8
3.620Exibições

Hi again.

 

 

Then this example might be interessting:

Community: Convert Array to Image

 

Best Regards

Alex E. Munkhaus
Certified LabVIEW Developer (CLD)
System Engineer
0 Kudos
Mensagem 8 de 8
3.612Exibições