objective c - How to restrict recognition of particular target in each particular iOS device? -


we working in cloud recognition. in this, have restrict recognition of particular image target not more 2 recognitions in each device.

we know, have use vws api that. our question how can restrict recognition of image target in particular device, has recognize in other devices not exceeding 2 recognitions.

how can achieve this?

i thought impossible, after updating vuforia 4, noticed in prefab scripts have function requirecomponent has lot of interesting applications deal with.

vuforia uses make sure device has camera, can notice in prefab scripts can see requirecomponent(typeof(camera))

with respect problem requirecomponent(iphone) because while playing it, noticed option gave me brackets.

check out , let know. haven't been able try out, can't confirm same.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -