Wiki

This version is outdated by a newer approved version.DiffThis version (04 Jul 2022 15:17) was approved by Harshvardhan Bhatia.The Previously approved version (05 Apr 2022 03:21) is available.Diff

This is an old revision of the document!


Data Collect Command Line Interface (CLI)

Description

The Data Collect CLI can collect raw data from the depth module in .bin format. This be run through the Depth Compute CLI to convert to Depth, IR/AB(Active brightness), and XYZ frames

Flag descriptions:

  • --f : output data folder
  • --n : number of frames captured
  • --m : mode (7 - qmp, 10 - mp)
  • --wt : warmup time (seconds)
  • --ccb : stores ccb (Calibration parameters) file stored on NVM of imager module. Required for Depth Compute
  • --h : Call help string for all options

More information can be found in readme

EVAL-ADSD3100-NXZ and EVAL-ADTF3175-NXZ Example

Capture 1 mp frame

  • Open Command Prompt from start menu and move to data_collect folder in GUI install location.
  • Run data_collect executable : data_collect.exe --f “../data_output” --m 10 --n 4 --ccb ../crXXX.ccb tof-viewer-config-adtf3175.json
The .json file selected must correspond to your module:
  • EVAL-ADTF3175-NXZ : tof-viewer-config-adtf3175
  • EVAL-ADSD3100-NXZ : tof-viewer-config-adsd3100

  • Raw data is stored as bin files in user defined folder

EVAL-ADTF3175D-NXZ Example

Since the ADTF3175D eval kit works via ethernet over usb, the useer must specify the static ip of the camera module

Mode 10, 1 frame capture, get ccb

  • data_collect.exe --f “data_output” --m 10 --n 1 --ccb ../crXXX.ccb --ip 10.42.0.1 tof-viewer_config.json

The get ccb flag is only required for the first capture. Once the ccb of your module is stored, it can be reused while running tofi_depth_compute.exe

resources/eval/user-guides/eval-adsd3100-nxz-gui/datacollect_cli.1656715442.txt.gz · Last modified: 02 Jul 2022 00:44 by Harshvardhan Bhatia