-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels