Relative Content

Tag Archive for flutterdart-isolatesflutter-camera

Flutter Camera is lagging while stream image

Have you used CameraController’s startImageStream() yet? Can you give me some experience? I need to process the frame right while recording the video and then send the frame to the server. I have put everything into Isolate for processing but the camera is still lagging, and on some weak devices, the app even crashes. I have researched but there is no improvement.