Update Picture Analyzer docs

This commit is contained in:
apriestman 2020-09-23 14:45:48 -04:00
parent d119a39673
commit 8e5773374a
2 changed files with 11 additions and 15 deletions

View File

@ -1,29 +1,25 @@
/*! \page EXIF_parser_page EXIF Parser Module
/*! \page EXIF_parser_page Picture Analyzer Module
What Does It Do
========
\section exif_overview Overview
The EXIF Parser module extracts EXIF (Exchangeable Image File Format) information from ingested pictures. This information can contain geolocation data for the picture, time, date, camera model and settings (exposure values, resolution, etc) and other information. The discovered attributes are added to the BlackBoard.
The Picture Analyzer module extracts EXIF (Exchangeable Image File Format) information from ingested pictures. This information can contain geolocation data for the picture, time, date, camera model and settings (exposure values, resolution, etc) and other information. The discovered attributes are added to the Blackboard. This can tell you where and when a picture was taken, and give clues to the camera that took it.
This can tell you where and when a picture was taken, and give clues to the camera that took it.
The module also converts HEIC/HEIF images to JPG while maintaining their EXIF information, which will be processed and saved as it would for normal JPG images.
Configuration
=======
There is no configuration required.
\section exif_usage Using the Module
Using the Module
======
Select the checkbox in the Ingest Modules settings screen to enable the EXIF Parser.
Ingest Settings
------
There are no runtime ingest settings required.
Seeing Results
------
\section exif_results Seeing Results
Results are shown in the Results tree.
\image html EXIF-tree.PNG
For HEIC files, the converted JPGs will appear in the data source tree as children of the original file.
\image html EXIF-heic.png
*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB