Closed rakhimian closed 4 years ago
Hi @RakhimyanTim, Sorry I missed this. Can you elaborate a little more? Are you using the exact same code from this repository or any modifications have been made?
I'm using the same code from your repository.. without any modifications..
I was able to solve this issue by initializing camera before calling main function like this :
Check Screen Shot
/////////////////////////////////////////////////
List
Thanks! It's working now
For anyone still dealing with an issue like this one, checking whether the CameraController was initialised helped me 🙃.
if(cameraController.value.isInitialized){
//do stuff with cameraController here
}
P.S. My issue was not related to this package, but rather it was related to processing camera stream for pose detection.
Hi @am15h Thanks for your job! I was able to test your app and find out some error - Uninitialized CameraController. Can you explain to me what is wrong? Thanks!