camera

  1. M

    iOS Question Document Scanner

    Hi, I was wondering if there is a way to implement a document scanner in iOS with the camera. Something like Office Lens app Thanks!!
  2. rleiman

    Android Question [SOLVED] Intent based camera crashes when back button is tapped.

    Greetings, I'm using the intent based camera and discovered the app crashes if the user taps the back button on their phone when the camera app is displayed on the screen. Everything else works. In our app the user taps a camera button. the intend based camera takes a photo, then returns back...
  3. rleiman

    Android Question Intent Based Camera - Taking photo with confirm screen

    Greetings, I'm experimenting with the intent based camera by Erel and would like to alter this code in TakePicture so the confirmation screen with "Ok" and "Retry" is not displayed so execution goes directly to ion_Event. Truly, Emad Sub TakePicture Dim i As Intent...
  4. Songwut K.

    Android Question How can I get wifi ssid and mac address list of access point ?

    My hospital finger scan not enough for convenient, I'd like to make solution for sign in/out to work daily. To make some app that scan wifi ssid and get mac address at check in area and take selfie photo to sign in/out. I want some library for my android app. 1) Scan wifi and get ssid with...
  5. M

    Wish Astream.WriteNoBoundsCheck - Avoid checking array bounds

    In working out using the ESP32 Camera (see tutorial here), I initially struggled with sending a buffer of data over 32KB using Astream.Write/Write2. For example, a picture taken by the camera at highest res (1600X1200 pixels) could easily be over 300KB. The camera returns a pointer to the...
  6. N

    Android Question CameraEx doesn't work.

    I want to take a picture when the PanelCamera is visible. But I can not initialize the camera. When I pressed on the BtnCamera, it just showed a black screen and return start camera false. But when I tried on a new project, it's work. I don't why, please help.. :(
  7. M

    B4R Tutorial ESP32 Camera Picture Capture and Video Streaming! (Updated with code!)

    Hello! Last December I made a request for support for the ESP32 Camera support. Well, I finally found the time to work on it myself and here's my initial attempt at implementing this with B4R. I'm using an ESP32CAM camera board with 4GB of PSRAM (like extended memory for the camera). I'm...
  8. 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 {...
  9. walterf25

    B4A Library EasyAR (Augmented Reality) Library

    Hello everyone, I would like to introduce this Beta version of my B4AEasyAR Library, i have been trying to wrap an AR Library for some months now but have came across some issues while wrapping some of the functions. I read a post by someone about EasyAR, spent some time looking at the...
  10. peacemaker

    Android Question android AVD emulator camera

    Hi, All Possible to have something from the emulator AVD like camera and any photo from it ?
  11. KZero

    Android Question Camera frame bytes

    Hi, I'm looking for any available solutions to access the realtime camera frames (byte array) such as audio streamer and recorder
  12. walterf25

    Android Question Adding Opaque Overlay on top of Camera Preview

    Hi All, i would like to find out if it would be possible to add an opaque overlay over the camera preview, i have seen some apps where they have a small rectangle in the middle where the camera preview looks normal and everything else around it looks as if it has an opaque overlay, please check...
  13. 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...
  14. peacemaker

    Android Question Android 9: camera with switched off screen

    HI, All Does the subject looks fantastic ? Impossible to use camera class with switched screen off ? I have created the app controlling QR-codes, the screen is dimmed, but always on - battery is for 7-8 hours only. Any way for camera without screen ?
  15. S

    B4A Class Camera Intent, Picture and Video

    Hello, This is a class (clsCameraIntent) inspired by this thread. It adds Video support. One line of code in your activity to call the camera intent One Callback sub in your activity to get the dirame and filename of the picture/video taken/recorded Demo Project with class in zip attached SpSp
  16. GabrielQ

    Spanish Camara no se habilita luego de los permisos

    Buen dia ! tengo el siguiente codigo y no logro que, luego de instalada por primera vez la aplicacion e ingresar que le otorgo el permiso de usar la camara, quede esta habilitada, solo veo el panel. Si salgo y vuelvo a entrar, ahi la camara trabaja perfectamente. Estuve leyendo el orden de...
  17. peacemaker

    Android Question camera preview custom color palette

    HI, All How to apply to the camera's preview some custom palette of the limited colors qty ?
  18. youjunjer

    Android Question Heartbeat Detect by LED Flash Light and Back Camera

    Hi All, I have a project to detect heartbeat by LED Flash Light and back camera. There are many apps already in the google play market. Such as 1. https://play.google.com/store/apps/details?id=si.modula.android.instantheartrate 2...
  19. Vinians2006

    Android Question App stops when using camera

    My friends, I rarelly use foruns because I like to try to fix the problem but this time I tryed a lot and cannot discover whats causing this issue. My app uses zxing to read bar codes but its needs that user installs another app that reads the code and pass to my app. Now I want to read the...
  20. Rob Bliss

    Android Question "Attempt to get length of null array" on Camera Picture Sizes

    I haven't managed to replicate the error myself, however a user of mine has experienced it. He's tried to load the camera, and then it crashed with: "java.lang.NullPointerException: Attempt to get length of null array" which was caused by the bottom line. Sub Camera1_Ready (Success As Boolean)...
Top