Spanish [B4A] [Noticia] Actualización de la librería ACL 4.6

JorgeMC

Member
Licensed User
Longtime User
El compañero XverhelstX ha actualizado su magnifica librería AdvancedCameraLibrary a la versión 4.6, que corrige principalmente el fallo de que no se podía usar la versión 4.5 ya que daba un error, teniendo que utilizar la 4.4. Los cambios de la versión son los siguientes:


B4X:
Updated to ACL 4.6

- Fixed ACL.ACL.base64 bug
- Added reconnect.
- Zoom functions (please test this.)
- More camera light things have been added. (try them out, I only have 1 device to test on.)
- Front camera gingerbread update
- CurrentPictureSizeHeight - CurrentPictureSizeWidth (proper values) ( CurrentPictureSize deprecated)
- SupportedPictureSizeHeight - SupportedPictureSizeWidth - SupportedPictureSize ( proper values)
- rotateBitmap - rotoateBitmap2: be able to rotate a bitmap quickly after taken a picture. (Bitmap parameter of Bytearray param.)
- Record camera functions removed - See Erel's RecordVideoView
- and some more functions

From 4.5:

Thanks to Canalrun, you can now read, and write strings and integers to the camera! With:

"Read Camera Parameter Key" (rCPKey)
"Write Integer Camera Parameter Key" (wiCPKey)
"Write String Camera Parameter Key" (wsCPKey)
"get Parameter String" (ParmStr)
"set parameter String" (ParmStr)

Más información aquí: http://www.b4x.com/forum/additional...nced-camera-library-v1-00-a-15.html#post71782

Descarga aquí: http://www.b4x.com/forum/additional...tes/9383-advanced-camera-library-v1-00-a.html
 

iliberis

Member
Licensed User
Longtime User
Tiene buena pinta, la verdad. Justamente ando maquinando un proyecto que necesitará de un buen control de las cámaras. Y eso de la camara frontal como que me ha llegado al alma, jejejeje.
 
Top