Changeset 17082
- Timestamp:
- Mar 20, 2008, 4:54:46 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.c
r16581 r17082 474 474 readout->row0 = next; 475 475 readout->col0 = trimsec->x0; 476 if (numScans == 0) { 477 numScans = trimsec->y1 - trimsec->y0; 478 } 476 479 } else { 477 480 // Reading cols 478 481 readout->col0 = next; 479 482 readout->row0 = trimsec->y0; 483 if (numScans == 0) { 484 numScans = trimsec->x1 - trimsec->x0; 485 } 480 486 } 481 487 int upper = next + numScans + overlap; // Upper limit to next section
Note:
See TracChangeset
for help on using the changeset viewer.
