orbbec-sdk-sys 0.1.2+2.5.5

Low-level Rust bindings for https://github.com/orbbec/OrbbecSDK_v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "timestamp/FrameTimestampCalculator.hpp"

namespace libobsensor {
class FemtoMegaColorFrameTimestampCalculatorV10300 : public FrameTimestampCalculatorBaseDeviceTime {
public:
    FemtoMegaColorFrameTimestampCalculatorV10300(IDevice *device, uint64_t deviceTimeFreq, uint64_t frameTimeFreq);

    virtual ~FemtoMegaColorFrameTimestampCalculatorV10300() noexcept override = default;

    void calculate(std::shared_ptr<Frame> frame) override;
};
}  // namespace libobsensor