An open source Gear 360 app that should work an any device with Android 5+
IMPORTANT NOTE: This app is just a prototype/poc but feel free to try it out.
- Connect to the camera from the app
- Basic communication
- Remote control (only some buttons work due to restrictions in the camera)
- Live preview
- Gallery
- Developer menu
- Firmware update (maybe)
Currently live preview is less than ideal but it works more or less. These are the steps to make it work:
- Connect your Gear 360
- Click on the
Camera
button - Connect with the wifi network of your camera like you normally connect to a wifi network
- The name should be something like
AP_Gear 360(XX:XX:XX)
. If you need the password you can find in in the sectionHardware info
- If the AP won't show up you might need to manually add it. You can find SSID (The wifi name) and password in the section
Hardware info
- The name should be something like
- Go into the test menu
- Click on
EXOPLAYER
Contributions are always welcome on any part of the app.
Currently I'm rewriting/removing all the old Java code as I intend to replace it with cleaner Kotlin code. Some things are still written in Java though. For example the BTMProviderService
is written in Java because Samsung Accessory Service can't handle this class being a Kotlin class.
The app needs the Samsung Accessory SDK to work.
Be sure to always have [MAJOR].[MINOR]
version numbers in the accessoryservices.xml
file. Otherwise Samsung Accessory Service will crash. It took me way too long to figure this out xD