You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get the screenshot of the camera preview but don't want to store it locally in the gallery I want to store it in the temp folder. So, Here is the scenario of my app. 1- The Ml vision camera package of the flutter detects the face of the human. 2- Because the ml vision is not detecting the face properly So, my workaround to make an API request of the screenshot if the API response is good then go to the next screen. My scenario is working correctly. But the screenshot is saved on the gallery. So, you can say use RenderBondary but with this camera, the preview is not showing. This is the issue in GitHub also regarding this. If you have a workaround how can get this done without saving or complete the scenario of the app?
I want to get the screenshot of the camera preview but don't want to store it locally in the gallery I want to store it in the temp folder. So, Here is the scenario of my app. 1- The Ml vision camera package of the flutter detects the face of the human. 2- Because the ml vision is not detecting the face properly So, my workaround to make an API request of the screenshot if the API response is good then go to the next screen. My scenario is working correctly. But the screenshot is saved on the gallery. So, you can say use RenderBondary but with this camera, the preview is not showing. This is the issue in GitHub also regarding this. If you have a workaround how can get this done without saving or complete the scenario of the app?
The text was updated successfully, but these errors were encountered: