I have tried to run the ZED Live Link executable, even giving a path to the JSON but the camera settings are not changing from ULTRA and HD1080. The JSON is named ZEDLiveLinkConfig.json
I have SDK 3.7 installed.
Terminal
Starting ZEDLiveLink tool
Opening camera…
LogInit: Display: Loading text-based GConfig…
LogPaths: Warning: No paths for game localization data were specifed in the game configuration.
LogInit: Warning: No paths for engine localization data were specifed in the engine configuration.
[ZED][INFO] Logging level INFO
[ZED][INFO] [Init] Depth mode: ULTRA
[ZED][INFO] [Init] Camera successfully opened.
[ZED][INFO] [Init] Sensors FW version: 777
[ZED][INFO] [Init] Camera FW version: 1523
[ZED][INFO] [Init] Video mode: HD1080@30
[ZED][WARNING] [Object Detection] sl::BODY_FORMAT::POSE_34 is chosen, Skeleton Tracking will automatically enable body fitting
Waiting for connection…
{
“InitParameters”:
{
“input”: “USB”,
“input_path”: “”,
“resolution”: “HD720”,
“fps”: 30,
“depth_mode”: “PERFORMANCE”
},
“PositionalTrackingParameters”:
{
“enable_pose_smoothing” : true,
“enable_area_memory”: false
},
“ObjectDetectionParameters”:
{
“enable_module”: true,
“detection_model”: “HUMAN_BODY_ACCURATE”,
“confidence”: 60,
“max_range”: 700,
“minimum_keypoints_threshold” : 5
}
}