Code Monkey home page Code Monkey logo

prime-slam / opencamera-sensors Goto Github PK

View Code? Open in Web Editor NEW
40.0 2.0 4.0 13.57 MB

Android app for synchronized recording of video and IMU data on one or multiple smartphones with advanced camera options, useful for 3D reconstruction, SLAM, AR, video stabilization. Supports remote control over network.

License: GNU General Public License v3.0

HTML 5.90% CSS 0.01% Python 0.23% Java 91.80% RenderScript 2.04% Batchfile 0.03%
camera data-collection data-collector f-droid fdroid imu imu-data remote-control sensor sensors

opencamera-sensors's Introduction

prime-slam

SLAM system using various types of landmarks. README will be supplemented.

Building Docker Image

docker build -t prime-slam .

Running Docker Container

To run the container use the following command:

docker run --rm -v <DATA_PATH>:/data prime-slam [OPTIONAL_ARGS]

The following [OPTIONAL_ARGS] can be used:

optional arguments:
  -h, --help            show this help message and exit
  --data PATH, -d PATH  path to data (default: data/)
  --data-format STR, -D STR
                        data format: tum, icl, icl_tum (default: icl_tum)
  --save-cloud BOOL, -s BOOL
                        save resulting cloud (default: True)
  --cloud-save-path PATH, -S PATH
                        path to the saved cloud (default: resulting_cloud.pcd)
  --verbose BOOL, -v BOOL
                        print metrics (default: True)

Data formats

icl

/data
├── scene_0.depth — depth in ICL format
├── scene_0.png — image
├── scene_0.txt — camera parameters
├── scene_1.depth
├── scene_1.png
├── scene_1.txt
...
├── scene_N.depth
├── scene_N.png
└── scene_N.txt

File names may differ from those shown above. Additional information can be found here.

tum

/data
├── /rgb — depth in ICL format
    ├── image_0.png
    ...
    └── image_N.png
├── /depth
    ├── depth_0.png
    ...
    └── depth_M.png
└── groundtruth.txt — gt poses in TUM format

Additional information can be found here.

icl_tum

ICL data presented in tum format.

opencamera-sensors's People

Contributors

anastasiia-kornilova avatar azaat avatar bulbatross avatar cschlote avatar damndanieel avatar dmiitriyjarosh avatar jwiesel avatar mark-ha avatar marselka avatar poussinou avatar shlegelal avatar timpushkin avatar tumuyan avatar valerio-bozzolan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

opencamera-sensors's Issues

Recording at higher FPS crashes the app

I get the option to change me video fps in Video frame rate (approx).

Default
15 fps
24 fps
25 fps
30 fps
60 fps
96 fps
100 fps
120 fps
240 fps

Anything beyond 30 FPS crashes the OpenCamera-Sensors app instantly. I'm using a Samsung Galaxy S23. Is there any specific reason why it's crashing or is Higher FPS not supported?

IMU & Frame timestamps

If there a way to have files generated in "Time since epoch" format than the standard format being used as timestamps for IMU and frames now?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.