Open stoex opened 3 months ago
Hey, How did you connect to a camera ? i get an error on camera.create but i have no clue what's causing it so was wondering if you could provide your code for connecting the camera? for me it just hangs tring to get a device time
Hey, How did you connect to a camera ? i get an error on camera.create but i have no clue what's causing it so was wondering if you could provide your code for connecting the camera? for me it just hangs tring to get a device time
// Create onvif camera object
var account = new Account(_ip, _apiUser, _apiPassword);
_camera = Camera.Create(account, ex => { }); // Null if onvif isn't supported
Hey there,
I'm checking the focus support of my camera like this:
Although the camera supports the imaging client and the focus adaption, this code doesn't change the focus of the camera:
This code doesn't work also: