We might win some performance by using an isolate for processing the image with ml vision.
For that we should create an isolate where we will send the frame to process and send the result back to the main isolate.
Note: we must not use compute or spawn a new isolate or pref will be awful
We might win some performance by using an isolate for processing the image with ml vision. For that we should create an isolate where we will send the frame to process and send the result back to the main isolate.
Note: we must not use compute or spawn a new isolate or pref will be awful