Matthew Johnston

Results 4 comments of Matthew Johnston
trafficstars

Is there a max size limit with this? I've tried setting it to 1280 height and 720 width in jscam.xml, jscam.as and within the HTML source too, but I don't...

Yeah, I've edited all of those files (it'd be great if they were documented) and no luck. I'm using the 'callback' option, writing to the canvas and then in the...

Actually, when you use the callback method, you can then use the standard HTML5 canvas methods to grab the image from the canvas and convert it to base64, this is...

Never mind me, I found the reason, there was a php.ini setting for something called Suhosin that was setting a max length for POST values. Changed that and solved the...