Pause parameter does not correctly initialize MLKitView, still bug #12
cjohn001 opened this issue · 0 comments
cjohn001 commented
I would expect that if I bind a boolean variable to the MLKitView pause parameter, which is set to true, like done in my example here
that the MlKitView after it is loaded does not automatically start the video stream. Currently, the pause directly activates/deactivates the video stream and the state is not stored. I assume, the parameters are initially set before the stream is started, therefore it would be required to save the state in the MlKitView. Same problem exists for torchOn. For torchOn I provide an extra issue.