Viacheslav Alferov
Viacheslav Alferov
When I'm trying to set flashlight with API < M with this code, ``` val camera = Camera.open() val params = camera.parameters params.setFlashMode(Camera.Parameters.FLASH_MODE_TORCH) camera.setParameters(params) camera.startPreview() ``` I got the next...
I tried to close the camera, set parameters and open it again but have only a short flash ``` closeCamera() val cameraId: String = cameraManager.cameraIdList[0] cameraManager.setTorchMode(cameraId, true) openCamera(viewWidth, viewHeight) ```...
I found in `onTorchModeChanged(cameraId: String, enabled: Boolean)` that after I enable it, it becomes disabled right after that. Didn't find where.
It looks like the original clustering / layers where made with a "difficult" code/architecture and now should be implemented from scratch to Compose maps. Maybe it'll add some better code...
Requires: Python >=3.7,
They say bpy 2.82.1 requires: Python >=3.7,
Hm, I see a huge performance difference in clustering about 1k of items. Even if I use a 990 bytes .webp Image as an item, it has about 3x time...
As for now the simplest way is to add a new marker with same position to the content: ``` val content: (@Composable () -> Unit) = { Clustering( items =...
It looks like there are no maintainers left in this repo, right?
Is there any custom-made clustering? I suppose, all the layout features unsupported now?