Skip to main content

THETA EXIF Library

Project description

https://badge.fury.io/py/thetaexif.svg

thetaexif is a Python library for RICOH THETA image. It provides a EXIF reader class and a rectification tool.

Requirements

  • Python 2.7 (not support 3.x)

  • Pillow

  • Numpy

For rectification function:

  • Cython

  • Scipy or OpenCV Python bindings

Setup

$ pip install thetaexif

Usage

In Python

>>> from thetaexif import TagReader, tag
>>> reader = TagReader.load('image.jpg')
>>> reader[tag.FIRMWARE_VERSION]
'Rev0102'
>>> reader[tag.THETA_SUBDIR][tag.ZENITH_ES]
(20.0, -24.0)

In shell

$ python -m thetaexif image.jpg
RecordingFormat: 2
MakerNoteType: Rdc
FirmwareVersion: Rev0102
SerialNumber: 0000000000000000
RicohCameraType: 1
HDRType: 0
ZenithEs: (20.0, -24.0)
CompassEs: 22.5
AbnormalAcceleration: 0
FilmISO: (100, 0, 100, 0)
Aperture: (2.1, 2.1)
ExposureTime: (0.00025, 0.00025)
SensorSerial1: A0015348
SensorSerial2: A0015357

Rectification (requires Cython)

If you install thetaexif with Cython, theta-rectify command is available. It reads gyroscope and compass data and rotate images to rectify camera pose.

Rectify image.jpg and save to image_rectified.jpg:

$ theta-rectify image.jpg

Rectify image.jpg using compass data (rotate image to face the north):

$ theta-rectify -c image.jpg

Changelog

0.1 (2014-06-22)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thetaexif-0.1.zip (12.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page