57 ADVSCamera(const FObjectInitializer &ObjectInitializer);
62 virtual
void PostPhysTick(UWorld *
World, ELevelTick TickType,
float DeltaTime)
override;
63 void ImageToGray(const TArray<FColor> &image);
64 void ImageToLogGray(const TArray<FColor> &image);
69 TArray<
float> last_image, prev_image;
72 TArray<
float> ref_values;
75 TArray<
double> last_event_timestamp;
78 std::int64_t current_time;