Skip to content

onReady is not called in TensorCamera #1

@keisan1231

Description

@keisan1231

I'm from this

Thaks a lot for your repository.

I was abled to find onReady is called only for the first time.

now onReady is not called in TensorCamera.

In your environment , onReady is called everytime???

<TensorCamera
          style={styles.camera}
          type={Camera.Constants.Type.back}
          zoom={0}
          cameraTextureHeight={textureDims.height}
          cameraTextureWidth={textureDims.width}
          resizeHeight={tensorDims.height}
          resizeWidth={tensorDims.width}
          resizeDepth={3}
          onReady={(imageAsTensors) => {
            console.log("ONREADY");
            handleCameraStream(imageAsTensors);
          }}
          autorender={true}
        />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions