Skip to main content

Pre-recorded

To use the HoloCapturerPipeline with pre-recorded datasets, we must modify the cameraconfig.json file.

Requirements

Integration

  1. Open the Unity project in the explorer and open the file cameraconfig.json.

  2. There are 2 main parameters to be aware of:

    • camera_type: the type of camera input you want to use. In this case, recorder.
    • device_config
      • input_path: the path to a pre-recorded dataset.

CameraConfigPrerecorded

  1. Change the content of camera_type to recorder.

  2. Change the input_path to the one of your pre-recorded dataset with bars in this direction /.

Configuration parameters

Consult CameraConfig documentation for all configuration parameters available.