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
6393936e
Commit
6393936e
authored
Jun 02, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add PageNumber field to Exif and process it
This field corresponds to sensor port number
parent
11711b85
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
500 additions
and
518 deletions
+500
-518
.cproject
.cproject
+1
-1
Exif_template.xml
Exif_template.xml
+1
-0
imgsrv.c
imgsrv.c
+498
-517
No files found.
.cproject
View file @
6393936e
...
...
@@ -29,8 +29,8 @@
</tool>
<tool
id=
"org.eclipse.cdt.build.core.settings.holder.176385540"
name=
"GNU C"
superClass=
"org.eclipse.cdt.build.core.settings.holder"
>
<option
id=
"org.eclipse.cdt.build.core.settings.holder.incpaths.1931881995"
name=
"Include Paths"
superClass=
"org.eclipse.cdt.build.core.settings.holder.incpaths"
valueType=
"includePath"
>
<listOptionValue
builtIn=
"false"
value=
""${workspace_loc:/linux-elphel/sysroots/elphel393/usr/include}""
/>
<listOptionValue
builtIn=
"false"
value=
""${workspace_loc:/linux-elphel/linux/source/include/elphel}""
/>
<listOptionValue
builtIn=
"false"
value=
""${workspace_loc:/linux-elphel/sysroots/elphel393/usr/include}""
/>
</option>
<inputType
id=
"org.eclipse.cdt.build.core.settings.holder.inType.1408747788"
languageId=
"org.eclipse.cdt.core.gcc"
languageName=
"GNU C"
sourceContentType=
"org.eclipse.cdt.core.cSource,org.eclipse.cdt.core.cHeader"
superClass=
"org.eclipse.cdt.build.core.settings.holder.inType"
/>
</tool>
...
...
Exif_template.xml
View file @
6393936e
...
...
@@ -25,6 +25,7 @@
<HostComputer
tag=
"0x013c"
format=
"ASCII"
function=
"SERIAL"
/>
<FrameNumber
tag=
"0x83bb"
format=
"LONG"
count=
"1"
seq=
"25"
dlen=
"4"
/>
<Orientation
tag=
"0x112"
format=
"SHORT"
count=
"1"
seq=
"27"
dlen=
"2"
/>
<PageNumber
tag=
"0x129"
format=
"SHORT"
count=
"1"
seq=
"28"
dlen=
"2"
/>
<ExifTag
tag=
"0x8769"
format=
"LONG"
function=
"EXIFTAG"
/>
<GPSTag
tag=
"0x08825"
format=
"LONG"
function=
"GPSTAG"
/>
</Image>
...
...
imgsrv.c
View file @
6393936e
This diff is collapsed.
Click to expand it.
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