How-To: Remote Control the Robin
Robin Tech Note
Access to the latest video frame
- Only available on Robin products with built-in camera -
The Robin SV, CV and HV not only generate a Motion-JPEG video stream but also individual video
frames (JPEG). These frames can be retrieved by using the following command:
curl -u admin:<password> “http://<address>/camera/frame.jpeg”
•
<password> = the password for the -admin- account
•
<address> = the Robin SV address
You can also set the preferred resolution and compression level, just add the following to the URL:
•
?width=320&height=240 = resolution for the requested video (320x240 pixels)
- MAX
resolution = 720x576
•
?quality=80 = JPEG quality level (80)
- MAX JPEG quality level = 100
! Note: Low resolution and low JPEG quality will both result in low bandwidth usage. High resolu-
tion and high JPEG quality will both result in high bandwidth usage. !