I'm having this issue.
When I build it for iOS from unity and run it on iPhone, it doesn't respond to markers.
The run-time message is as follows.
2020-11-30 00:41:36.872235+0900 sample[4274:816248] INFO/AR(4274) 2020-11-30 00:41:36: ObjectTracker: Successfully created dataset
Successfully created data set.
2020-11-30 00:41:36.872425+0900 sample[4274:816248] ERROR/AR(4274) 2020-11-30 00:41:36: Unable to set the RuntimeImageSource. The target width cannot be 0 or smaller.
2020-11-30 00:41:36.879139+0900 sample[4274:816248] INFO/AR(4274) 2020-11-30 00:41:36: Successfully created ImageTarget.
Start Vuforia Engine
Vuforia.VuforiaARController:StartVuforia(Boolean)
Vuforia.VuforiaARController:StartAfterInitializationCompleted()
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
System.Delegate:DynamicInvokeImpl(Object[])
Vuforia.DelegateHelper:InvokeDelegate(Delegate, Object[])
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)cameraDeviceStartCamera
2020-11-30 00:41:36.882843+0900 sample[4274:816248] INFO/AR(4274) 2020-11-30 00:41:36: Starting camera with profile for iPhone13,3, 800.1
Starting Positional Device Tracker.
Vuforia.PositionalDeviceTrackerImpl:Start()
Vuforia.VuforiaARController:StartVuforia(Boolean)
Vuforia.VuforiaARController:StartAfterInitializationCompleted()
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
System.Delegate:DynamicInvokeImpl(Object[])
Vuforia.DelegateHelper:InvokeDelegate(Delegate, Object[])
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)2020-11-30 00:41:36.883708+0900 sample[4274:816248] ERROR/AR(4274) 2020-11-30 00:41:36: VideoBackgroundConfig with screen size of zero received, skipping config step
Trackable Astronaut NO_POSE -- UNKNOWN
DefaultTrackableEventHandler:OnTrackableStatusChanged(StatusChangeResult)
System.Action`1:Invoke(T)
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
Why does the 'VideoBackgroundConfig with screen size of zero received, skipping config step' occur?
Device: iPhone12Pro
iOS version: 14.2
Mac OS Catalina
Unity 2020.1.15f1
Vuforia 9.6.3
Thanks,