Hi, is there any known issue on mobile for drawing render video on canvas regarding camera ratio or input?
I noticed that on both Android and iOS that when camera input was coming from phone it seems like it was breaking the render draw box in side canvas ending up leaking out side.
It seems like input width and height was correct but somehow render process is miscalculating on the smaller screen.
I end up using canvas because it was putting video in more efficient way in the maximized screen instead of HTML element and on the sample app it wasn’t properly using the screen space compare to canvas.
Is there known issue on Canvas? because input seems correct but it seems like it’s miscalculating on smaller screen and working fine on large screen.
Could you please double-check that the canvas width and height are consistent with the video coordinates you’re calculating? Also, please ensure you are using canvas.width instead of canvas.style.width.