- Knowledge Base
- Developer
- HMT Custom Software Configuration
-
Developer
-
RealWear Navigator™ 500 Series
- Overview
- Features and Specifications
- Wearing Your Device
- Device Setup
- Interacting with Your Device
- Device Power
- Battery Use
- Home Screen
- My Programs
- My Camera
- My Files
- My Training
- Safety
- Device Care
- Ownership Information
- User Guide
- FAQ
- Thermal Camera Module
- Display Technology Comparison
- Cleaning Your Device
-
RealWear Cloud
-
RealWear Releases
-
RealWear HMT-1®
-
RealWear HMT-1Z1®
-
RealWear Apps
-
Configure
-
RealWear Modules & Accessories
-
RealWear Navigator™ Series
-
RealWear Navigator® Z1
Cloud Sync (OneDrive) Configuration
You can customize how the Cloud Sync Configuration works by sending a json configuration script to the device. By default, Cloud Sync will only watch the default Photos and Videos folders in My Files
Q: What’s configurable?
A The supplied configuration file will specify:
- Folders to watch
- Destination folders in OneDrive
- Delay interval for upload
Sample configuration file:
{
"local" :
[
{
"friendlyName" : "photos",
"path" : "/sdcard/DCIM/Camera/",
"includeSubdirectories" : true,
"extensions" : [ ".jpg", ".mp4" ],
"destinationDocumentId" : "SPECIAL/photos/hello/world",
"delay" : 10
}
]
}
Configuration files should be placed at the following file path: sdcard/realwear/com.realwear.cloudsync/config.json