- Sort Posts
- 12 replies
- Last post
camera Quality with XPeria tablett z
June 17, 2013 - 1:13am #13
camera Quality with XPeria tablett z
June 17, 2013 - 12:30am #12
camera Quality with XPeria tablett z
June 14, 2013 - 7:07am #10
camera Quality with XPeria tablett z
June 14, 2013 - 2:01am #8
camera Quality with XPeria tablett z
June 13, 2013 - 7:23am #6
Sorry
I try to make a screenshot but I don't know why with vuforia and android, the quality of the screenshot is too bad.
But Can I change tis limited resolution ? Or Can I reduce this effec ? I don't need the qidescreen format, I can have black band on each side for example ?
camera Quality with XPeria tablett z
June 13, 2013 - 7:11am #5
Also, one thing I would suggest to do is to actually Log the videoMode width and height to the console, so that you can check the actual resolution:
this can be done using:
int videoWidth = CameraDevice.Instance.VideoModeData.width;
int videoHeight = CameraDevice.Instance.VideoModeData.height;
You can see the actual Camera Preview sizes supported by your device by using installing some "Device Info" apps (you can find many of them in the Google store).