Whitebox Plugin - Insta360 Camera Support¶
This is a plugin for whitebox that enables support for Insta360 cameras using the insta360 library.
Installation¶
Simply install the plugin to whitebox:
Adding Plugin to Whitebox Locally (For Development)¶
- Set up whitebox locally.
- Clone this repository.
- Add plugin to whitebox using the following command:
poetry add -e path/to/plugin. - Run the whitebox server.
Running Plugin Tests Locally¶
- Ensure you have the plugin installed in whitebox like mentioned above.
- Run the tests:
make test.
Contribution Guidelines¶
- Write tests for each new feature.
- Ensure coverage is 90% or more.
- Google style docstrings should be used for all functions and classes.