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

Corrected the project names of several repos.

parent 180626e7
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <sstream> #include <sstream>
#include <iostream> #include <iostream>
const int num_frames=1000; const int num_frames=100;
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
...@@ -54,7 +54,7 @@ int main(int argc, char *argv[]) ...@@ -54,7 +54,7 @@ int main(int argc, char *argv[])
text << i; text << i;
filename+=text.str(); filename+=text.str();
filename+=".ppm"; filename+=".ppm";
// camera1->save_stereo_image(filename,left,right); camera1->save_stereo_image(filename,left,right);
if(left!=NULL) if(left!=NULL)
{ {
delete[] left; delete[] left;
......
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