StreamType::Acquired is not smooth
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?
one more question, can setExternalImage of texture be used for android platform? I see this only in filament' iOS demo.
Please provide more information: which device was this tested on? Please follow the our bug report template.
@pixelflinger the device is OnePlus 5T, https://www.gsmarena.com/oneplus_5t-8912.php. I switched to importTexture, and it is smooth.