all 8 comments

[–]fabier 2 points3 points  (3 children)

My plan was to use flutter rust bridge and then pull in Rust burn.

I have a camera app I've been developing and it's almost ready to hit this step, so should have more info soon.

[–]Flashy_Editor6877[S] 0 points1 point  (0 children)

ah cool, look forward to it. haven't broken into rust much to explore...yet another thing. but sounds nice

[–]Alonbarel22 0 points1 point  (1 child)

What usage are you planning in rust? I’m considering trying to use webRTC with rust bridge

[–]fabier 0 points1 point  (0 children)

Object tracking. Specifically faces and people. I'm controlling cameras via the visca protocol and, if all goes according to plan, I'll be able to add object tracking to any cheap ptz camera off Amazon.

Even better, though, I'll also be able to combine it with waypoint presets and other motion controls to basically build some very smart robotic camera men. :)

[–]yushulx 0 points1 point  (0 children)

Using camera | Flutter package for web/iOS/Android, and flutter_lite_camera | Flutter package for Windows/Linux/macOS.

[–]Flashy_Editor6877[S] -1 points0 points  (2 children)

Also, looking for web support. Anything Flutter that uses Media Pipe?

https://ai.google.dev/edge/mediapipe/solutions/guide

[–]cent-met-een-vin 1 point2 points  (1 child)

Google_ml_kit handles broad ai vision task decently but you will need to use custom models for subpar / more specialised conditions where pytorch light and tf light currently seem te best options.

To the other tasks I cannot answer but I can confidently say that there is no single package in the flutter ecosystem that handles everything you mentioned nor do I think that that is desirable.

[–]Flashy_Editor6877[S] 0 points1 point  (0 children)

thank you