From ff4c1e1c5d30e35b7f36386f65ab7bb132c7f855 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sergi=20Hern=C3=A0ndez=20Juan?= <shernand@iri.upc.edu>
Date: Tue, 24 Jan 2017 09:48:36 +0000
Subject: [PATCH] Added the basic structure for the pan, tilt and zoom camera
 driver.

---
 src/examples/firewire_camera_oneshot.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/examples/firewire_camera_oneshot.cpp b/src/examples/firewire_camera_oneshot.cpp
index 43b8d11..a83af01 100644
--- a/src/examples/firewire_camera_oneshot.cpp
+++ b/src/examples/firewire_camera_oneshot.cpp
@@ -12,7 +12,6 @@ const int num_frames=10000;
 int main(int argc, char *argv[])
 {
   CFirewireServer *server;
-  CEventServer *event_server;
   timeval start_time,end_time;
   CFirewireCamera *camera1=NULL;
   long elapsed_time[num_frames];
@@ -34,8 +33,6 @@ int main(int argc, char *argv[])
     server->init();
     /* get the new camera with index 0 */
     server->get_camera(0,&camera1);
-    /* get the reference to the event server */
-    event_server=CEventServer::instance();
     /* set the speed to 800 Mbps */
     camera1->set_ISO_speed(800);
     /* configure the camera */
-- 
GitLab