Skip to main content

read and write files from neuromorphic cameras

Project description

Loris

Travis

read and write different file formats from neuromorphic cameras such as .dat, .es or .csv and also amazing animal

If you're planning to read .aedat files, take a look at dv-python

Supported formats

version read write
.dat n/a
.es 2.x
.csv -

Install

pip install loris

How to loris

Read a file, for example a .dat file
import loris
my_file = loris.read_file("/path/to/my-file.dat")
events = my_file['events']
Loop over all events
for event in events:
    print("ts:", event.t, "x:", event.x, "y:", event.y, "p:", event.p)
Write events to a more efficient .es file
loris.write_events_to_file(events, "/path/to/my-file.es")

loris

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

loris-0.3.5.tar.gz (8.8 MB view details)

Uploaded Source

File details

Details for the file loris-0.3.5.tar.gz.

File metadata

  • Download URL: loris-0.3.5.tar.gz
  • Upload date:
  • Size: 8.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/2.7.16

File hashes

Hashes for loris-0.3.5.tar.gz
Algorithm Hash digest
SHA256 51f2d859fc5b4e3a9fbad6502bbf43f0dd93310146c3b7c0d13d09f54d9d63b3
MD5 2bbbc9dc1a702f34b315f8009c4ea5b6
BLAKE2b-256 08b1cf7eaac412573c3977f18ffea0a888b2cf5d0b39fb559854f5388d54696b

See more details on using hashes here.

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