49 ADVSCamera(const FObjectInitializer &ObjectInitializer);
54 virtual
void PostPhysTick(UWorld *World, ELevelTick TickType,
float DeltaTime) override;
55 void ImageToGray(const TArray<FColor> &image);
56 void ImageToLogGray(const TArray<FColor> &image);
61 TArray<
float> last_image, prev_image;
64 TArray<
float> ref_values;
67 TArray<
double> last_event_timestamp;
70 std::int64_t current_time;