chenyeju295 / flutter_uvc_camera

Flutter package
https://pub.dev/packages/flutter_uvc_camera
MIT License
10 stars 6 forks source link

saving photo directly to a variable #9

Closed Danilo-Taveira closed 4 months ago

Danilo-Taveira commented 4 months ago

Hello,

I need to save the photo I took with the external camera in a variable, but I couldn't find a way to do it without saving it to the device's path. Is there a way?

chenyeju295 commented 4 months ago

Hiya, do you just want to save the photos temporarily in the app cache instead of the device memory?

Danilo-Taveira commented 4 months ago

Hello,

I figured out how to solve this problem. Thanks!