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

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

parent 6716b06f
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ int main(int argc, char *argv[])
break;
baudrate = 1000000;
baudrate = 115200;
dyn_server->config_bus(b,baudrate);
std::string serial = dyn_server->get_bus_serial();
std::cout << "For bus with id " << b << ", serial "<< serial << std::endl;
......@@ -43,7 +43,7 @@ int main(int argc, char *argv[])
std::cout << "- FOUND device "<< id << " with baudrate " << baudrate << " on bus with id " << b << " and serial "<< serial << std::endl;
dyn_server->free_device(i);
found=true;
break;
// break;
}
catch(CException &e)
{
......
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