Timo Sehrbruch
Posts: 0
Joined: Thu May 09, 2013 7:41 pm

Camera service cannot be selected

Hi there,

in the last builder version I was using two CameraService at a time, one for opening from local storage, and the other one from camera itself. but since new builder version it seems to be not possible anymore, as both buttons (didnt change them) invoke the camera instead of opening local storage.

so i deleted one, and wanted to create new camera service, but if one service is already exisiting, "camera service" is greyed out: Image

thanks for your help

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Camera service cannot be selected

Hello Timo,

You can use camera service two or more times in your app's pages (http://prntscr.com/85se9o), but you can add it only ones into services list (http://prntscr.com/85seyn)

Timo Sehrbruch
Posts: 0
Joined: Thu May 09, 2013 7:41 pm

Camera service cannot be selected

but when using camera service, it always starts the camera. how can I change it to open device gallery?

thank you!

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Camera service cannot be selected

Dear Timo,

Camera service opens camera, you can access device gallery via 'file' input type of Input component.
Also this should be helpful http://stackoverflow.com/questions/66...

Timo Sehrbruch
Posts: 0
Joined: Thu May 09, 2013 7:41 pm

Camera service cannot be selected

thanks Alena, that was exactly what i was looking for, but how can i map the selected file to be shown in an img-tag?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Camera service cannot be selected

Hello Timo,

Please look this tutorial: https://devcenter.appery.io/tutorials...

Return to “Issues”