Changeset 414 for trunk/src/update_imadoc.m
- Timestamp:
- May 8, 2012, 6:42:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/update_imadoc.m
r397 r414 47 47 % in case of movie (avi file), copy timing info in the new xml file 48 48 [pp,outputroot]=fileparts(outputfile); 49 imainfo=[];49 % imainfo=[]; 50 50 if exist(fullfile(pp,[outputroot '.avi']),'file') 51 51 FileName=fullfile(pp,[outputroot '.avi']); … … 66 66 t=struct2xml(Camera,t,uid_camera); 67 67 end 68 [t,uid_calib]=add(t,1,'element','GeometryCalib');69 68 end 69 [t,uid_calib]=add(t,1,'element','GeometryCalib'); 70 70 end 71 71 t=struct2xml(GeometryCalib,t,uid_calib);
Note: See TracChangeset
for help on using the changeset viewer.