Hello,
The camera brightness and exposure compared to the iPhone standard camera is literally night and day.
Below I've attached two screenshots of an iPhone 5s, one taken with the default camera, the other through Vuforia's video feed. I've even turned on auto-exposure (*not* through Vuforia) but the images are still extremely dim, making cloud recognition extremely difficult.
Is there anything that I can do through your API that would increase the brightness and exposure of the Vuforia video feed?
I've tested this with an iPhone 5, 5s, iPad 3 and iPad 4, with the same result.
Thanks for reading.
Attachment | Size |
---|---|
![]() | 558.93 KB |
Friend, here is the solution to the problem of brightness or excessive light.
I had this same problem, and I did not find any solution even here in vuforia, everything indicated problems of light or some problem of the Voforia API.
After a lot of research with the solution, this is a problem of scale of the imageTarget, which is adapted to the resolusion of the marker that is imported and therefore the ARcamera does the same. If the scale is very high where x, y, z exceeds 500. when creating the apk and proving in android it happens that they look very bright when the camera moves away from the target. EYE, this does not happen when tested directly on UNITY.
Just down the scale 1 of ImageTarget
X = 1; Y = 1; Z = 1
Then the Camera also make some adjustments.
Near = 0.01
Far = 5