Pioneer 2 Digital Camera User Manual


 
7
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 */