Llorenç
Llorenç
On my side the problem was with the location of the 'assets' folder. Once I put it as sibling of the 'res' folder under common parent .../src/main all was fine...
@ravi8x, do you think the fix proposed by @hoang08t2 can be accepted and reported to main code in a new version ? Thanks. Can you add a way to set...
I found a solution that solve the issue on my side: - first, on CameraSourcePreview#startIfReady() , move the requestLayout() juste before the last '}' - second, modify the CameraSourcePreview#onLayout() to...