van hung
van hung
> fun Image.toBitmap(): Bitmap { val yBuffer = planes[0].buffer // Y val vuBuffer = planes[2].buffer // VU val ySize = yBuffer.remaining() val vuSize = vuBuffer.remaining() val nv21 = ByteArray(ySize +...
@mrousavy i'm sorry for missing information it only happen on `vsmart joy 4`
other devices is still working correctly
@mrousavy could you reopen it?
i'm sorry for my late response after few days of trying, i figure out that: i only work when i comment all function `imageAnalysisBuilder.setTargetAspectRatio(aspectRatio)` (if no format is set) and...
it only appear on special device. so i close it now
anyone have a simple solution to handle it?
@windydang26 you should use this lib with another lib
until now, did anyone has a solution to fix it?. i have the same issue. i use react-native-webrtc in client. when i try minWidth and minHeight is really small. it...
@j1elo @RaistGH , do you have any ideal to handle it?