I have been attempting to record video images from cameras using the SDK. This is working fine with the macros and AHP, but I would like to do it with code.
I use vb.net 2003 with the following:
ActiveHomeObj.SendAction("sendplc", "b2 on")
MsgBox("B2 On...")
ActiveHomeObj.SendAction("sendrf", "record", "1", "1")
MsgBox("Recording...")
and get an error message on the sendrf command.
Has anyone else run into this?
Seems like ithis really should be a relatively simple operation.