Fix issues with de/re-initialisation
This commit is contained in:
@@ -30,6 +30,7 @@ namespace openVulkanoCpp::AR::Playback
|
||||
colorImage.intrinsic = frameMetadata.intrinsic.GetForResolution({ colorImgData.cols, colorImgData.rows });
|
||||
colorImage.format = ArImagePlanar::Format::RGB;
|
||||
colorImage.luminescenceOrColor = { colorImgData.data, { colorImgData.cols, colorImgData.rows }};
|
||||
SetSaved();
|
||||
}
|
||||
|
||||
ArImagePlanar ArFramePlayback::GetCameraImage()
|
||||
|
||||
Reference in New Issue
Block a user