04-16-2015 02:41 AM
Hi,
I need to do a program in LabVIEW that saves a video of my screen. I want it to open VLC by sending a command line and then start/stop the acquisition when I press a button. How could I do that? I didn't find the command lines to tell VLC to start the screen video acquisition... Can anyone help me and tell me what should I write in the command lines? Thanks for help!!
04-16-2015 10:06 AM
Look up the help on the command line program then use the system exec to run that. I'd start by figuring out what you need to do with an empty command prompt to play with.
Also I've seen others do this same thing using ActiveX which VLC installs.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
04-17-2015 03:42 AM
Hi Biomed,
you can try with the following two examples:
Audio and Video Capture using a Third Party ActiveX Control
Desktop Capture Video Recorder
Kind regards.
Cla_CUP
NI ITALY
04-17-2015 05:36 AM