Error code 14 means “Wrong input parameter”
Please double check the parameters in the call you are doing.
Error code 14 means “Wrong input parameter”
Please double check the parameters in the call you are doing.
Thanks for the reply ,
What is the datetime format using for creating investigation
milliseconds since Unix epoch (00:00 @ 1st January 1970 in UTC)
Request example:
<?xml version="1.0" encoding="utf-8"?><Communication
xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”
xmlns:xsd=“http://www.w3.org/2001/XMLSchema”>
871d5e51-d2a7-4870-bb94-dda57dbfbbbb
Request
CreateInvestigation
Thanks Petar , it is working
how can we play the created Investigation video
Very good question, Revan!
Well basically like any other video stream - you should call RequestStream command.
The tricky part is that you have to provide information for the investigation id, during the request, in order mobile server to know, from where to get the recordings if those are deleted from the RS.
Request example:
<?xml version="1.0" encoding="utf-8"?>fabc7d53-1861-4200-a428-ec23ba833628
Request
RequestStream
“InvestigationId” is received as response of the “CreateInvestigation” command.
In the example signal type should be playback:
Hi,
In response to “CreateInvestigation” i am getting “ItemId” as the outputparams, is it can be “InvestigationId”, if is it so then what is the Item Id in Request Stream Command
Hi Revan,
Probably is not clear but your assumption is correct.
CreateInvestigation Response example:
<?xml version="1.0" encoding="utf-8"?><Communication
xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”
xmlns:xsd=“http://www.w3.org/2001/XMLSchema”>
871d5e51-d2a7-4870-bb94-dda57dbfbbbb
Response
CreateInvestigation
OK
The received ItemId from the response of the CreateInvestigation command is the ID of the just created investigation.
And this should be set as IvestigationId in the RequestStream command.
The ItemId that have to be provided in the RequestStream command on the other hand is the Id of the camera, for which the stream should be created.
Unfortunately our online documentation is still broken ![]()
Therefore I’m attaching you offline zipped version.
You can click on “Command Channel” and you can find information for all the commands with their corresponding parameters.