Ask our Experts
Didn't find what you are looking for? Ask our experts!
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-09-13 03:28 PM
Hello!
I Have a doubt about netbotz 750 cameras, can I export the images from appliance or DCE using API?
Thanks
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-05-06 01:56 PM . Last Modified: 2024-05-06 01:58 PM
Hi @silvio.filho,
Images can be exported via API directly from the NetBotz 750 API, but are not able to be exported via DCE's API. They are available in the API as long as the appliance has the camera clip stored for, which is a maximum of 96 hours.
Instructions on accessing the NetBotz 750 API can be found within the Rest API section of the NetBotz 5.X User Guide.
NOTE: Please ensure to log into the NEtBotz 750 web interface and then navigate to: https://<NETBOTZ_IP>/docs/rest
Go into the assets section and open the GET /assets call:
Under the Parameter for type enter CAMERA:
Click Try it out!
Within the response look for the "id" of the camera(s):
Now that you have the camera ID you can collapse the assets section and open the cameras section and there you can use the GET /cameras/clip call to get a clip "id":
Now that you have the camera clip id and the frame count you can go into the GET /cameras/clip/{id} and retrieve the clip 1 frame at a time:
The response body after clicking Try it out! will be the frame number that you have specified as a parameter as well. The default is 0, so to get the next frame you would need to enter a 1 and click on Try it now! again.
There are other camera commands in there as well that you can use to get a live snapshot or live thumbnail.
Regards,
Cory
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.