Skip to content
Snippets Groups Projects
Commit ff4c1e1c authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added the basic structure for the pan, tilt and zoom camera driver.

parent 3458014d
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment