Changeset 36582 for trunk/ppBackground/src/ppBackground.c
- Timestamp:
- Mar 11, 2014, 3:46:50 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ppBackground/src/ppBackground.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppBackground/src/ppBackground.c
r28280 r36582 18 18 ppBackgroundErrorRegister(); 19 19 20 printf("Initializing data\n"); 20 21 ppBackgroundData *data = ppBackgroundDataInit(&argc, argv); 21 22 if (!data) { 22 23 goto DIE; 23 24 } 24 25 printf("Reading Arguments\n"); 25 26 if (!ppBackgroundArguments(data, argc, argv)) { 26 27 goto DIE; 27 28 } 28 29 printf("Setting up Camera\n"); 29 30 if (!ppBackgroundCamera(data)) { 30 31 goto DIE; 31 32 } 32 33 34 printf("Looping over data!\n"); 33 35 if (!ppBackgroundLoop(data)) { 34 36 goto DIE;
Note:
See TracChangeset
for help on using the changeset viewer.
