Changeset 26403
- Timestamp:
- Dec 14, 2009, 2:38:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/dvo_util.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/dvo_util.c
r26396 r26403 73 73 exit (1); 74 74 } 75 SetZeroPoint (25.0); 76 77 #ifdef READ_CAMERA_CONFIG 75 76 double zero_point; 77 ScanConfig (configData, "ZERO_PT", "%lf", 0, &zero_point); 78 SetZeroPoint (zero_point); 79 80 #if (DVO_UTIL_READ_CAMERA_CONFIG) 81 // at one point I thought reading the camera configuration might be useful 82 // but we didn't need it 78 83 if (!ScanConfig (configData, "CAMERA_CONFIG", "%s", 0, dvoConfig->cameraConfig)) { 79 84 fprintf (stderr, "can't find CAMERA_CONFIG in configuration\n");
Note:
See TracChangeset
for help on using the changeset viewer.
