Download Print this page

Pioneer 2 Manual page 11

Ptz robotic camera

Advertisement

sfPTZCamPan(-95);
wait 20;
sfMessage("Tilt up ...");
sfPTZCamTilt(20);
wait 20;
sfMessage("Tilt down ...");
sfPTZCamTilt(-20);
wait 20;
sfMessage("Reset and zoom in ...");
sfPTZCamPanTilt(0,0);
wait 10;
sfPTZCamZoom(1023);
wait 20;
sfMessage("Zoom out ...");
sfPTZCamZoom(0);
wait 20;
sfMessage("Bye!");
}
/* Here's where ptzdemo begins... */
start PTZDemo;
/* Run the demo */
7

Advertisement

loading