Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-imgsrv
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-imgsrv
Commits
f90fa3fe
Commit
f90fa3fe
authored
Oct 16, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugging exif
parent
d4c354f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
imgsrv.c
src/imgsrv.c
+5
-0
No files found.
src/imgsrv.c
View file @
f90fa3fe
...
@@ -394,6 +394,11 @@ int printExifXML(int exif_page, struct file_set *fset)
...
@@ -394,6 +394,11 @@ int printExifXML(int exif_page, struct file_set *fset)
sprintf
(
&
val
[
10
],
" %02d:%02d:%05.2f"
,
hours
,
minutes
,
seconds
);
sprintf
(
&
val
[
10
],
" %02d:%02d:%05.2f"
,
hours
,
minutes
,
seconds
);
}
}
printf
(
"<GPSDateTime>
\"
%s
\"
</GPSDateTime>
\n
"
,
val
);
printf
(
"<GPSDateTime>
\"
%s
\"
</GPSDateTime>
\n
"
,
val
);
/*
printf("<DBGGPSDateTime>\"0x%x 0x%x 0x%x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\"</DBGGPSDateTime>\n",
Exif_GPSInfo_GPSDateStamp, Exif_GPSInfo_GPSDateStamp_Index, exif_dir[Exif_GPSInfo_GPSTimeStamp_Index].dst,
val[0],val[1],val[2],val[3],val[4],val[5],val[6],val[7],val[8],val[9],val[10],val[11],val[12]);
*/
}
}
// knowing format provided from GPS - degrees and minutes only, no seconds:
// knowing format provided from GPS - degrees and minutes only, no seconds:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment