Answer the question
In order to leave comments, you need to log in
Are there soft cameras for Android with profiles?
Purpose: I plan to create a profile for the camera (if there is an appropriate software camera), to create small photos in order to save flash space and the speed of opening notes. The images from the 8 MP camera are sometimes very large for the record.
What now:
I am currently resizing the free Photo Resize, which increases the time it takes to create a note.
It would be possible, of course, to change the camera settings every time, but this is inconvenient, since you have to constantly switch the resolution. In those cameras that I tested, it is also inconvenient to switch the photo resolution.
(In the native camera from the Omega 13 firmware, photo sizes can only be: 8, 3, 1.3, 0.3 MP)
What you want:
Ideally, when calling the camera from (WizNote), a previously created profile for the notes application is automatically assigned, or the image is resized. None of the ones I found can do this (Snap, LineCamera, Camera360).
Answer the question
In order to leave comments, you need to log in
As an option, collect your own. You can find an example somewhere and add the functionality you need.
You need to get a list of supported image sizes from the camera:
Select the one you want from the list and install:
parameters.setPictureSize(camSize.width, camSize.height);
camera.setParameters(parameters);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question