rapidonvif icon indicating copy to clipboard operation
rapidonvif copied to clipboard

The parameter 'profileToken' in GetSnapshotUri is not handled

Open keito99 opened this issue 5 years ago • 0 comments

In line 363 & 379 of onvifclientmedia.hpp. The parameter 'profileToken' is not handled. Should be requested to the camera. I suggest to add the following code to line 379. SnapshotUriReq.ProfileToken = profileToken;

Some camera do not response correctly without the profileToken.

keito99 avatar Jun 15 '19 15:06 keito99