Hello! I'm having a problem getting markers to track objects on my iPad. In the Unity Editor on my MacBook I can get the object to track with my marker just fine. When I deploy to iPad, my app boots up and the camera works, but the object doesn't track with my marker image. I get this output in XCode.
[AVCaptureVideoDataOutput setVideoSettings:] - videoSettings dictionary contains one or more unsupported (ignored) keys: ( Height, Width ) cameraDeviceGetVideoMode 2016-01-07 18:13:54.755 vuforiatest[20513:17593591] VideoBackgroundConfig with screen size of zero received, skipping config step cameraDeviceSelectVideoMode cameraDeviceStartCamera markerTrackerStart objectTrackerStart cameraDeviceGetVideoMode Setting up 1 worker threads for Enlighten. Thread -> id: 9b13000 -> priority: 1 cameraDeviceGetVideoMode cameraDeviceGetVideoMode
Is there some setting I'm missing somewhere that would disallow object tracking specifically on iOS? Thanks in advance for any help.
I'm using Unity 5.3.0f4, XCode 7.1.1, and an iPad 3 running iOS 8.1.3.
Hey guys, sorry about the delay on my answer. Thanks for all your responses!
I turns out the image that I was using was just fine for the mac but the iPad couldn't detect it. I tried a couple other images and found one that worked. I guess the iPad camera is just low quality or something. I didn't expect there to be such a difference between the webcam on the macbook that I'm using and the camera on the iPad.