I am hope I am right here
At first my complete Idea: I want to control a Webcam with Matlab
I can start VLC with the Webcam with the following CMD Command:
Code: Select all
"C:\Programme\VideoLAN\VLC\vlc.exe" dshow:// :dshow-vdev="Microsoft LifeCam VX-1000" :dshow-adev=none :dshow-size=640x480 :dshow-caching=10 :dshow-fps=30 :no-dshow-config :no-dshow-tuner
How can I start the Record?
How can I stop it?
How can I tell VLC where to store (ach File should have a another way)?
I testet the convert and the stream function - both works, but I have to stop manually an have to tell the filename each time in a gui.
By the way: I have no Idea of Lua - but it looks OK; perphaps the Problem could be solved without Loa - I have no favorite!
THANKS!!!