B4A Library [Class] CameraEx - Extends the camera library functionality - Erel    Dec 29, 2021   (14 reactions)   tags: Camera, Class, CameraEx .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... B4A Library Camera2 - New camera library - Erel    Apr 4, 2019   (30 reactions)   tags: B4A Camera, Library, B4A Camera2 CamEx2, Camera Library, B4A_CAM, B4A Camera2 library is based on the newer Camera API introduced in Android 5 (API 21). It is therefore... the tutorial for more information.
Camera2 is an internal library now.... B4J Library WebCam class: how to choose a second camera ? - peacemaker    Jan 29, 2025   (6 reactions) can choose any camera by the name. Extra .JARS (sorry, no store for files, they were googled one by one... WebCamDeviceDimension (width As Int, height As Int) Public CameraIsOpened As Boolean End Sub 'Initializes...("open",Null) CameraIsOpened = True End Sub Public Sub TakePicture(Cam As JavaObject... Public Sub CloseCam(cam As JavaObject) cam.RunMethod("close",Null) CameraIsOpened... B4i Tutorial iMedia library - Camera and VideoView - Erel    Nov 19, 2017   (10 reactions) that it only supports portrait orientation. The main methods are: Camera.TakePicture - Opens the Camera form and allows the user to take a picture. Camera.TakeVideo - Opens the form and allows the user to capture video. Camera.SelectFromSavedPhotos / SelectFromPhotoLibrary - Open the form and allows the user to select a picture or video from the device camera roll album or device photo library.... The Complete event is raised when the playback reaches the end. Camera object allows you to take... B4J Library ABMaterial - a robust(?) camera component - JackKirk    May 4, 2024   (3 reactions) access to cameras (i.e. mediaDevices API) when in a secure context (i.e. https://...) I find I need... - but there is no serious camera component in ABMaterial. I find the best way to learn is by doing so I have set... MashCameraPlain module: https://www.b4x.com/android/forum/threads/abmaterial-mashcameraplain.86132/post... cameras (i.e. mediaDevices API) when in a secure context (i.e. https://...). 3. This reference...-certificates-JDK-keytool 4. Erel's B4J library for LetsEncrypt SSL certificates - incorporated... B4A Library Camera library v2.20 - Erel    Nov 28, 2012   (1 reaction) The camera library was updated.
It now also supports the front camera.
There were several internal improvements required for the CameraEx class.
Installation instructions:
- Unzip... B4A Class Camera2Torch - Torch using B4A's Camera2 library - OliverA    Jan 11, 2023   (9 reactions) Attached is the class Camera2Torch. It uses B4A's Camera2 library to use Android's CameraManager's setTorchMode method. Please note that this method is only available since API23, whereas... B4J Library [ABMaterial]: MashCameraPlain - Mashiane    Nov 15, 2017   (8 reactions) was MashCamera. This one does not need cordova and uses navigator.getMedia. It will ask for permission to use the camera. This is tested on Google Chrome, Opera, whilst the permission was given it just... mycam1 As MashCameraPlain Then in BuildPage, I created the grid ' create the page grid page...).AddCellsOS(2,0,0,0,6,6,6,"") Then we add the MashCameraPlain component on the page... Spanish [CERRADO] Advance Camera Library resolucion de foto - TheArkhangel    Jul 23, 2016 saludos a todos
Estoy usando la librería Advance Camera y querría saber como indicar que la foto se realize con la máxima resolución de la camara.
Usando camera1.Picturesize(1080,1920) siempre... B4A Library MagicalCamera - Johan Schoeman    Jul 1, 2016   (11 reactions) mycam.StartCamera End Sub Library: MagicalCamera Author: Github: Fabian Rosales-Frosquivel , Wrapped...For some reason this Github project is called Magical Camera. I have done a very basic... have these 2 jars in their additional library folder. 3. The B4A library files - copy them to your additional library folder. 45651 45647 45648 Sample Code: #Region Project Attributes #ApplicationLabel: MagicalCamera #VersionCode: 1 #VersionName: 'SupportedOrientations possible... Page: 1   2   3   4   5   |