Skip to content
/ desktop Public

Desktop interface for the 360ls application 💻

License

Notifications You must be signed in to change notification settings

360ls/desktop

Repository files navigation

360ls-desktop

Build Status

This is the desktop interface for the 360ls application, which creates a single 360 panoramic stitch from a 4 camera array and streams it over RTMP.

Pre-requisites

The application is targeted for the Jetson TX1 hardware. Before you can run the application, you'll need to provision the Jetson with pre-requisite applications and binaries. Check our provisioning repository for more details.

Installation

Download the latest armv7l zipped binary from our releases page. Extract the zip and open the 360ls executable.

Development

Environment Setup

Install Node and Yarn.

$ npm install -g yarn

Install the dependencies:

$ yarn install

Running a Development Build

$ npm run dev

This will start up the build server that bundles the application with webpack and start the electron application with debugging enabled.

Linting

$ npm lint

Testing

Tests are run using the Jest framework. The following command will run the test suite defined under the test directory.

$ npm test

Building Executables

$ npm run package

You can find the executables under the release directory.

About

Desktop interface for the 360ls application 💻

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •