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
4ebcb359
Commit
4ebcb359
authored
Jun 07, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+channels
parent
da7bb8cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
exif.php
exif.php
+5
-0
No files found.
exif.php
View file @
4ebcb359
...
...
@@ -85,6 +85,8 @@
// use http://www.exiv2.org/tags.html for reference of the Exif fields if you need to add modify
// the data below
$chn
=
0
;
$ExifDeviceTemplateFilename
=
"/dev/exif_template"
;
$ExifDeviceMetadirFilename
=
"/dev/exif_metadir"
;
$ExifDeviceExifFilename
=
"/dev/exif_exif"
;
...
...
@@ -107,6 +109,9 @@ if ($_SERVER['REQUEST_METHOD']=="GET") {
$noGPS
=
(
$_GET
[
"noGPS"
]
!==
NULL
);
$nocompass
=
(
$_GET
[
"nocompass"
]
!==
NULL
);
}
if
(
isset
(
$_GET
[
'chn'
]))
$chn
=
$_GET
[
'chn'
];
$ExifDeviceExifFilename
.=
$chn
;
$ExifDeviceMetaFilename
.=
$chn
;
}
else
{
foreach
(
$_SERVER
[
'argv'
]
as
$param
)
if
(
substr
(
$param
,
0
,
4
)
==
"init"
)
{
$param
=
substr
(
$param
,
5
);
...
...
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