filament icon indicating copy to clipboard operation
filament copied to clipboard

StreamType::Acquired is not smooth

Open JackKaiXing opened this issue 8 months ago • 3 comments

in the example android/sample-hello-camera, it uses StreamType::Acquired, where the streamed camera image is not smooth. However, I change to StreamType::native like sample-stream-test and the result is good. Why is that? Does it have anything to do with sync?

JackKaiXing avatar Apr 22 '25 05:04 JackKaiXing

one more question, can setExternalImage of texture be used for android platform? I see this only in filament' iOS demo.

JackKaiXing avatar Apr 22 '25 05:04 JackKaiXing

Please provide more information: which device was this tested on? Please follow the our bug report template.

pixelflinger avatar Apr 25 '25 16:04 pixelflinger

@pixelflinger the device is OnePlus 5T, https://www.gsmarena.com/oneplus_5t-8912.php. I switched to importTexture, and it is smooth.

JackKaiXing avatar Apr 27 '25 12:04 JackKaiXing