B4A Library [Class] CameraEx - Extends the camera library functionality - Erel    Dec 29, 2021   (14 reactions)   tags: Camera, Class, CameraEx Example based on B4XPages: https://www.b4x.com/android/forum/threads/b4x-b4xpages-barcode-reader.120417/#content
CameraEx class wraps the Camera object and using reflection and other code it extends its functionality.
CameraEx class requires Android 2.3+ and depends on Camera library v2.20+
CameraEx features:
Easily open the back or front camera
Preview images and saved images orientation... B4A Question [Q] Advanced Camera Library issues with setting parameters. - Erel (first post)    Aug 26, 2014 http://www.b4x.com/search?query=cameraex+fps Go over this thread. It also discusses SetFocusMode. It should be simple to add a SetAntibanding / GetAntibanding / GetSupportedAntibanding methods. See how the other methods are implemented. The possible values are: auto, 50hz, 60hz and off.... B4A Question CameraEx class has problem in Android-14 - roddy    Aug 28, 2024 CameraEx class in Android-13 is fine, but there is a problem in Android-14.
run this code
Sub BTsee_Click
Dim pictureSizes() As CameraSize = camEx.GetSupportedPicturesSizes
Dim current... B4A Question CameraEx - Preview in full screen and aspect ratio - NJDude    May 9, 2017 I've seen some code posted about keeping the aspect ratio of the preview panel using the CameraEx class, all that is fine, but, what I'm trying to achieve is to have the same effect in FULL SCREEN just like the native camera app and I cannot find a solution, it looks "stretched" and distorted, let me reiterate, I don't need a panel centered on the screen but FULL screen. Any clues will be appreciated. Thanks... B4A Question 3D shooter game (fps) - byz (first post)    Mar 10, 2025
Hi everyone!
I feel like I've completed the game. After expanding it with animations, my main g... B4A Question Can't get the CameraEx class zoom function to work - Uitenhage    Dec 18, 2013 Hi, I cannot get the CameraEX class to zoom. It doesn't throw any exceptions in the zoom code below. In the Activity I'm using Stevel05's InputSlider class: 'Callback Sub from InputSlider class Sub islZoom_PosChanged(Value As Double) Dim p1 As Int = MaxZoom*Value CamEx.Zoom = p1 CurrentZoom = CamEx.Zoom End Sub And in the CameraEx class I added these Subs from other threads (Erel's I think): Public Sub IsZoomSupported As Boolean r.target = parameters... B4A Question CameraEx stretching preview - yiankos1    Jan 18, 2016 Hello my friends, I use my front camera at my app using CameraEx class, but as i see at some devices camera preview stretches (i think camera preview vertically). As i read here, there are many developer have same problem as me. They use getOptimalPreviewSize, in order to get ratio and use the optimal preview size. Any idea to use that code at b4a or in-line java? Thank you for your time.... Italian Connessione Tcp-Ip - Stampante Fiscale Epson FP 81 II - alessiop (first post)    Apr 7, 2024 Ciao ragazzi, posso avere anche io la documentazione?
[email protected]
Grazie mille... B4A Question 3D FPS maze for android - MasterGy (first post)    Mar 19, 2024   (2 reactions) Thank you for the suggestions! I was very surprised at how surprisingly fast the pixel rendering is!... B4A Question CameraEx Panel background - GiovanniPolese    Sep 29, 2025 Hi to everybody here In the attached screen-shot you see a Panel "PnlNewName" containing another Panel "PannelloFoto". This latter is the Panel, containing the Camera preview and photo, which is passed to CameraEx Initialization. As shown, I set a background color. When pnlNewName is opened, Camera is not initiliazed. But the PannelloFoto seems "transparent", and... with an initial Bitmap on it) at the beginning, before cameraex initialization. Just to give a clarifying example... Page: 1   2   3   4   5   |