Moonware / cordova-cameraserver

Cordova Plugin (iOS + Android) serving Live Images from the Camera over HTTP
43 stars 34 forks source link

json_info not documented #4

Closed RIAEvangelist closed 8 years ago

RIAEvangelist commented 9 years ago

what are the possible keys?

can I change targetWidth here? or desieredPreview size?

w3t commented 8 years ago

json_info is a free dictionary that just allows to share data from your app through the http server (as http://server:8100/smartcam.json) since I needed to be able to send extra information to my Ionic application.

It has no settings that impact the behavior of the camera manager which you need to implement directly in cameramanager.java

RIAEvangelist commented 8 years ago

Thanks