(JavaScript API) LONGRANGE.Camera Image Dimensions
Posted: Fri Jan 08, 2016 7:32 am
I am trying to define the resulting size of an image using the code below:
I searched the forum and found a link to a page illustrating how to set the dimensions for a portrait vs. landscape image.
http://www.longrangemobile.com/docs/lrp ... /image.htm
Can this also be done through the LONGRANGE.Camera JavaScript API? Is there a way to specify .LD/.PT?
Code: Select all
var opts = {};
opts.enableVideo = false;
opts.saveToPhotoGallery = false;
opts.enableAnnotation = true;
opts.size = { width: "640", height: "480" };
http://www.longrangemobile.com/docs/lrp ... /image.htm
Can this also be done through the LONGRANGE.Camera JavaScript API? Is there a way to specify .LD/.PT?