Agrarsense
DVSCameraPreset.h
Go to the documentation of this file.
1// Copyright (c) 2023 FrostBit Software Lab at the Lapland University of Applied Sciences. This work is licensed under the terms of the MIT license. For a copy, see <https://opensource.org/licenses/MIT>.
2
3#pragma once
4
7#include "DVSCameraPreset.generated.h"
8
12USTRUCT(Blueprintable)
13struct AGRARSENSE_API FDVSCameraPreset
14{
15 GENERATED_BODY()
16
17
20 UPROPERTY(EditAnywhere, BlueprintReadWrite)
21 FSensorPreset SensorData;
22
26 UPROPERTY(EditAnywhere, BlueprintReadWrite)
27 FDVSCameraParameters DVSCameraParameters;
28};