Rocky
Rocky
I think the library should already be able to do what you want, although I don't have a PTZ capable camera to test it with. If you go to this...
It sounds like it is having a hard time communicating with the camera for some reason. Does getting the device capabilities work? `var_dump($ov->device->GetCapabilities());` Also, you could try going to the...
Strange. You can get the profile tokens using var_dump($ov->media->GetProfiles()); What camera are you using? Maybe there is a firmware update.
Yeah, I haven't been doing much SE scripting lately either since the source code for SE was released.
That's awesome! Thanks for sharing that!
Wow, it's far better than that! They actually fully implemented arguments to programmable blocks! So you can drag a "Run" action to a button panel and it will prompt for...
That exception appears to be coming from the PHP soap library. Maybe try var_dumping the exception and see if there is some more helpful information contained within it like: ```php...