orbbec-sdk-sys 0.1.2+2.5.5

Low-level Rust bindings for https://github.com/orbbec/OrbbecSDK_v2
Documentation
// Copyright (c) Orbbec Inc. All Rights Reserved.
// Licensed under the MIT License.

#pragma once
#include "libobsensor/h/ObTypes.h"
#include "InternalTypes.hpp"
#include <vector>

#define D2C_PARAMS_ITEM_SIZE 0xB0
#define IMU_CALIBRATION_FILE_OFFSET 60

namespace libobsensor {

class AlgParseHelper {
public:
    static std::vector<OBCameraParam_Internal_V0> alignCalibParamParse(uint8_t *data, uint32_t size);
    static std::vector<OBD2CProfile>  d2cProfileInfoParse(uint8_t *data, uint32_t size);
};
}  // namespace libobsensor