Hello everyone!
Nyartoolkit seems to automatically select the size of the camera view depending on the window size. This seems to be in the source code of the multimarker file and maybe others. Instead of having to alter and rebuild the project (of which I've been unsuccessful). Can anyone think of a work around that I could try?
Note that if I simply replace nya.drawBackground(cam); with image(cam, 0, 0); then I CAN resize the sketch window and the camera view will not change, however the AR model will then be off by however much the difference is between the two because I think that the coordinate system is still relative to the entire window.
Ultimately, I want the camera view to only take up half of the window so that I can use copy() to replicate that half of the window onto the other half, at which point I will have stereo and can use a virtual reality headset.
I suspect it's not possible but I figured I'd try this... Thank you so much.