You might want to check if the PTZMoveStart parameters were correct.
This sample is a component sample but I am curious if the camera works properly when you use Move start/ Move stop. Can you please test it?
You might want to check if the PTZMoveStart parameters were correct.
This sample is a component sample but I am curious if the camera works properly when you use Move start/ Move stop. Can you please test it?
I had build and made PtzandPresets project. But when I execute program and select camera, the program die. At Window Event Viewer say It has error at CoreToolkit.dll.
Also, I have test several camera camera to control PTZ, but same result
This is my send message with protocol integration
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:xpr=“http://videoos.net/2/XProtectCSRecorderCommand”>
<xpr:token>TOKEN#6b3da4ca-3e5f-43df-b7be-7c0634dc6ae7#lenovo-la0x1789//ServerConnector#</xpr:token>
<xpr:deviceId>0FB8FDDC-1878-4984-8D86-9799D410BAD2</xpr:deviceId>
<xpr:ptzArgs>
<xpr:movement>
<xpr:name>pan</xpr:name>
<xpr:value>-1</xpr:value>
</xpr:movement>
<xpr:speed>
<xpr:name>pan</xpr:name>
<xpr:value>1</xpr:value>
</xpr:speed>
</xpr:ptzArgs>
</xpr:PTZMoveStart>
</soapenv:Body>
</soapenv:Envelope>
I think Nothing is wrong.
what i have to do?
In develope Forum, I saw some posts have same my problem.
(ptzMoveStart command does not work)
What was the solution?
Can you please check if the PTZ camera work properly with PTZ control on Smart Client?
PTZ camera is working prorerly on Smart Client.
Can you please check if PTZ Functionaliy property in your device is supported?
https://www.milestonesys.com/community/business-partner-tools/supported-devices/

I checked, and Device support ptz function.
Once again, can you please try PTZ and Presets sample? You mentioned that you got an error at CoreToolkit.dll and my guess is that you did not copy the entire set of dlls from the MIP SDK bin folder.
Let’s arrange my issue.
My problem is PTZMoveStart Command is not working(but i receive success response) when i use protocol integration, but PTZMoveHome and PTZMoveStop is working well.
So I checked PTZ moving at SmartClient, PTZ support at camera and PTZandPresets sample. All is working well.
I share my command. Please check it is right.
“<soapenv:Envelope xmlns:soapenv=\“http://schemas.xmlsoap.org/soap/envelope/\” xmlns:xsi=\“http://www.w3.org/2001/XMLSchema-instance\” xmlns:xsd=\“http://www.w3.org/2001/XMLSchema\” xmlns:xpr=\“http://videoos.net/2/XProtectCSRecorderCommand\”>”
“xpr:token”+ token + “</xpr:token>”
“xpr:deviceId” + cameraId + “</xpr:deviceId>”
“xpr:namepan</xpr:name>”
“xpr:value1</xpr:value>”
“</xpr:movement>”
“xpr:namepan</xpr:name>”
“xpr:value0.5</xpr:value>”
“</xpr:speed>”
“xpr:Normalizedfalse</xpr:Normalized>”
“</xpr:ptzArgs>”
“</xpr:PTZMoveStart>”
“</soapenv:Body>”
“</soapenv:Envelope>”
I solved my issue.
Hi, can you please tell me, how do you fix it ??? thanks in advance. (i am having the same issue).
My camera is vivotek SD9366-EHL, I didn’t see it on the https://www.milestonesys.com/community/business-partner-tools/supported-devices/