AR Foundation Camera Input Source
using VoxelBusters.EasyMLKit;
private IInputSource CreateARCameraInputSource()
{
IInputSource inputSource = new ARFoundationCameraInputSource(arSession, arCameraManager);
return inputSource;
}Last updated
using VoxelBusters.EasyMLKit;
private IInputSource CreateARCameraInputSource()
{
IInputSource inputSource = new ARFoundationCameraInputSource(arSession, arCameraManager);
return inputSource;
}Last updated