cameraex

  1. M

    Android Code Snippet [B4X] CameraExClass- QrCode/Barcode Reader fix new SDK

    Hi everyone, today I updated all the packages with the SDK Manager. After that, the app was crashing on a line about the QrCode reader made using the CameraEx class (there is a tutorial in the forum). Reading the logs I found out that now you must have the following line in the manifest to get...
  2. M

    Android Question [B4X] [B4XPages] CameraEx - Square preview is stretched

    Hi everyone, i know there are some posts about stretching of the preview of the cameraEx, (one of them is mine) but them are related to resize correctly the panel containing the preview. Instead, i wish to know if there is a way to keep the preview panel size fixed (square), but have the camera...
  3. carlos7000

    Android Question Write text in photo [Solved]

    Hi. I am trying to create a simple application that marks the photos with the time and geographical coordinates. I'm doing it with CameraEx. The problem I have is that I have to wait for CameraEx to create a Jpg file, then open it and mark the photo, and then save it again, which degrades the...
  4. carlos7000

    Android Question CameraEx High quality?

    Hi. Testing the example of Camera, I see that the photographs taken by CameraEx are of lower quality than those taken by the application that brings the equipment. The photos that I attached, were taken with tripod and with a difference of 10 seconds. The photo taken with the application...
  5. walterf25

    Android Question JavaObject or Reflection Code

    Hi all, does anyone know how to write this code using either JavaObject or Reflection libraries, maybe both are needed? I'm not so good and don't really understand much how to use those two libraries, i've tried several things but none of them work try {...
  6. walterf25

    Android Question CameraEx Show picture in Gallery

    Hi All, i need to show the image taken using CameraEx class in the gallery, I found the code below which i am implementing in the Camera1_PictureTaken function right after taking the picture, i remember this working just fine before, but for some reason it is no longer working, i thought maybe i...
Top