Android Question Photo margin deferente between previus and take finally photo

netsistemas

Active Member
Licensed User
Longtime User
When i use CamEx2, in previou mode, the size of photo are not perfect.
but, when i take photo is perfect.

how adjust this view for get the similar resultation between pre-view and take photo.

You can view the diferenet between boot phots. (view right margin)
 

Attachments

  • fotook.jpeg
    fotook.jpeg
    108.6 KB · Views: 75
  • previunook.jpeg
    previunook.jpeg
    108.3 KB · Views: 76

netsistemas

Active Member
Licensed User
Longtime User
Yes. The versión es 1.3 CamEx2
I try with this demo proyect, and the efect is equal.
 
Upvote 0

netsistemas

Active Member
Licensed User
Longtime User
filnally, i use take photo by intent.
the light and size is better thant this library (or a dont know to use correct!!)

is importante copy and paste correct text into manifest editor:

B4X:
CreateResource(xml, provider_paths,
   <external-files-path name="name" path="" />
)
'Ende of File Provider

'PARA LA CAMARA DE FOTOS POR INTENTS:
CreateResource(xml, provider_paths,
   <files-path name="name" path="shared" />
)


external-files-path are different to files-path !!!!!
arghh.!!!!
 
Upvote 0
Top