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.
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.
Download the latest armv7l zipped binary from our releases page.
Extract the zip and open the 360ls
executable.
$ npm install -g yarn
Install the dependencies:
$ yarn install
$ npm run dev
This will start up the build server that bundles the application with webpack and start the electron application with debugging enabled.
$ npm lint
Tests are run using the Jest framework.
The following command will run the test suite defined under the test
directory.
$ npm test
$ npm run package
You can find the executables under the release
directory.