Changeset 17916 for trunk/ppStack/src/ppStackCamera.c
- Timestamp:
- Jun 4, 2008, 3:41:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackCamera.c
r17428 r17916 243 243 244 244 // Output image 245 pmFPA *fpa = pmFPAConstruct(config->camera ); // FPA to contain the output245 pmFPA *fpa = pmFPAConstruct(config->camera, config->cameraName); // FPA to contain the output 246 246 if (!fpa) { 247 247 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to construct an FPA from camera configuration.");
Note:
See TracChangeset
for help on using the changeset viewer.
