Changeset 36582 for trunk/ppBackground/src/ppBackgroundStack.c
- Timestamp:
- Mar 11, 2014, 3:46:50 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ppBackground/src/ppBackgroundStack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppBackground/src/ppBackgroundStack.c
r36580 r36582 18 18 ppBackgroundErrorRegister(); 19 19 20 printf("Data init\n"); 20 21 ppBackgroundStackData *data = ppBackgroundStackDataInit(&argc, argv); 21 22 if (!data) { 22 23 goto DIE; 23 24 } 24 25 printf("Read arguments\n"); 25 26 if (!ppBackgroundStackArguments(data, argc, argv)) { 26 27 goto DIE; 27 28 } 28 29 30 printf("Setup camera\n"); 29 31 if (!ppBackgroundStackCamera(data)) { 30 32 goto DIE; 31 33 } 32 34 35 printf("Do Loop\n"); 33 36 if (!ppBackgroundStackLoop(data)) { 34 37 goto DIE;
Note:
See TracChangeset
for help on using the changeset viewer.
