hey all I was trying to make an image recognizer but there is an issue in the app that
when the camera takes the picture and I press ok then it again opens the camera
can anyone help me with this
my code
hey all I was trying to make an image recognizer but there is an issue in the app that
when the camera takes the picture and I press ok then it again opens the camera
can anyone help me with this
my code
Can you send the project page of the app?
So I made an image recognizer once, this the code: (simple version)
If you were to improve it, add a variable for confidence level and according to the value, decide it. (if confidence level with 2 decimal places > 50, then set the variable to [your description])
You are using photo from camera
twice so the camera show pop up twice. Nothing wrong.