Hi,
I want to add some functions to CameraService,
How can I see it's source code ?
Thanks,
Elad
Hi,
I want to add some functions to CameraService,
How can I see it's source code ?
Thanks,
Elad
Hello - the CameraService is a PhoneGap component which you can look here :: http://docs.phonegap.com/en/2.9.0/cor...
To make any additional functions you should export your app as binary (.apk/.ipa) and make changes in IDE for appropriate platform.
I guess you meant the source code and edit it on xcode/eclipse and not the binary.
Can you direct me to the src file which handle it ?
Hi Elad,
Camera service source code can be found here on iOS: codeCordovaLib\Classes\/code
And here on Android: codeBarcodeScanner\src\com\google\zxing\client\android\camera\/code
in a folder with exported project.
Sorry my mistake - certainly the source of the project.