Bug fix with writing video file out when -fdir is used for loading video in.
This commit is contained in:
parent
8daf4cf69c
commit
39d0dac347
1 changed files with 2 additions and 0 deletions
|
@ -441,6 +441,8 @@ int main (int argc, char **argv)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// If image sequence provided, assume the fps is 30
|
||||||
|
fps_vid_in = 30;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If optical centers are not defined just use center of image
|
// If optical centers are not defined just use center of image
|
||||||
|
|
Loading…
Reference in a new issue