Hey , bought a commercial lisesne.
Also wanted to ask about camera resolution, i have looked through the source files. Looks like the line:
if (arVideoGetSize(&xsize, &ysize) < 0) return 0;
I assume this is a openCV thing as well but ill need to do more research.
currently it is setting the camera to low res. Is this dependent on my camera_para.dat file? These are already set up for IOS, but does that mean i can not change the res?
Final production will be on a Ipad pro 9.7"
Thanks.