Elad Welner
Posts: 0
Joined: Sun Sep 22, 2013 6:45 pm

Hi,How can I change or edit the CameraService source code ?

Hi,
I want to add some functions to CameraService,
How can I see it's source code ?
Thanks,
Elad

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Hi,How can I change or edit the CameraService source code ?

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.

Elad Welner
Posts: 0
Joined: Sun Sep 22, 2013 6:45 pm

Hi,How can I change or edit the CameraService source code ?

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 ?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Hi,How can I change or edit the CameraService source code ?

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Hi,How can I change or edit the CameraService source code ?

Sorry my mistake - certainly the source of the project.

Return to “Issues”