using flutter arcore with camera plugin at the same time

103

You can get the data from the camera(CameraImage) and send it to a new isolate as a message where you can use your model to perform inference(prediction) for you.

Share:
103
MONTASER ABDMAJID ZEHRI
Author by

MONTASER ABDMAJID ZEHRI

Updated on January 03, 2023

Comments

  • MONTASER ABDMAJID ZEHRI
    MONTASER ABDMAJID ZEHRI over 1 year

    I want to use the camera plugin for my object detection model and the arcore to amerce the 3d object if it was detected by the model but it seems that the arcore is monopolizing camera resources is there a way to go around it .

    • Thiranjaya Munasinghe
      Thiranjaya Munasinghe about 2 years
      Hey, I'm also stuck in a similar situation. Have you managed to do this?
    • MONTASER ABDMAJID ZEHRI
      MONTASER ABDMAJID ZEHRI about 2 years
      i added this pr manually to the cached plugin to take screenshots