Slow when taking pictures with Expo Camera

1

I have problems taking pictures with Expo Camera. In ios anda super good, Android takes a long time to take the picture. (5 seconds)

Probe passing it as parameter skipProcessing : true but without result.

What is the difference in performance?

I am occupying EXPO V: 56.0.0

  snap = async () => {
    if (this.camera) {
      this.camera.takePictureAsync().then((data) => {
        console.log(data);
        this.setState({
              imageuri: data.uri
            })
        })
      };
  };
    
asked by Osvaldo Alvarado 03.01.2019 в 16:58
source

0 answers