Max - 2015-09-12

How to use the control:

1-Add a new control to your projet.
2-Connect your camera to your pc
3-Call function connect to connect.

US_LumixControl.Connect 'Auto detect camera IP
or
US_LumixControl.Connect("192.168.xxx.1") 'Force IP

4-Add command to the queue and send the command.

US_LumixControl.Clear
US_LumixControl.Register "mode", "camcmd"
US_LumixControl.Register "value", "capture"
US_LumixControl.SendValues

5-Download pictures

US_LumixControl.Download Text_FileName.Text, "thumbnail"
US_LumixControl.Download Text_FileName.Text, "large"
US_LumixControl.Download Text_FileName.Text, "original"