-
Notifications
You must be signed in to change notification settings - Fork 66
[4.0] Device Repository tool
Vlad St edited this page May 8, 2020
·
10 revisions
Please refer to this page for more information.
- device_repository.json is not backwards compatible with the previous release 3.0. Do NOT use device_repository.json created by previous versions of device_repository.exe.
- new argument -c, --cam_type is required for adding a device in device_repository.json.
Device Repository Tool is a single executable, which is executed from Windows command line in a very simple manner. Supported functionalities are:
Device repository creator.
Usage: device_repository.exe [OPTIONS]
Options:
-h,--help Print this help message and exit
-a,--add TEXT Excludes: -r,--rename
Add a device into the device repository.
-r,--rename TEXT ... Excludes: -d,--delete
Rename a device.
-d,--delete TEXT Excludes: -l,--list
Deletes a device from the repository
-l,--list List all devices in device repository.
-p,--path TEXT=. Directory where to store "device_repository.json" file.
-c,--cam_type UINT 0 for Kinect Azure, 1 for IntelRealsense D415
- Adding a Kinect Azure device:
device_repository.exe --add device_name --cam_type 0
- Adding an IntelRealsense D415 device:
device_repository.exe --add device_name --cam_type 1
- List of saved devices inside device_repository.json:
device_repository.exe --list
- Remove a device:
device_repository.exe --delete device_name