Expose AR Frame iso

This commit is contained in:
Georg Hagen
2025-08-11 15:40:11 +02:00
parent a6052c8a9d
commit 8cf597f7e8
3 changed files with 6 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ namespace OpenVulkano::AR
Math::Timestamp timestamp, timestampDepth;
ArTrackingState trackingState;
float physicalPixelSize = 0, focalLength = 0, fNumber = 0;
int isoSpeed = 0;
[[nodiscard]] std::string ToYaml() const;