-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement switch camera functionality #90
Conversation
I have read the CLA Document and I sign the CLA |
👋 Hello @asabri97, thank you for submitting a
For more information, please refer to our Contributing Guide. If you have any questions or need further clarification, please don’t hesitate to leave a comment on this PR. This is an automated response, but an Ultralytics engineer will review your PR soon and provide additional feedback. Thank you for contributing to Ultralytics! 🌟 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@asabri97
By deleting one line from ObjectDetector.swift for ios, it will work correctly on ios.
On android, the box is misaligned when using the front camera, so you will need to modify the native code.
🌟 What a phenomenal PR! 🌟 Thank you, @asabri97 and @john-rocky, for your incredible teamwork on this game-changing update to the YOLO Flutter app! From seamless camera handling to more precise object detection and improved development tools, your contributions shine throughout. 📱✨ As Henry Ford once said, "Coming together is a beginning, staying together is progress, and working together is success." Your hard work exemplifies this spirit and takes the app to new heights, enhancing both user experience and developer collaboration. 🚀 We’re so grateful for your dedication and expertise—this project wouldn’t be the same without you. Keep up the amazing work! 💪👊 |
Closes
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
This PR introduces multiple fixes, enhancements, and refactors across the YOLO Flutter app, improving the camera, object detection, and overall app functionality for mobile platforms. 📱
📊 Key Changes
AppDelegate
to use@main
for better compatibility. 🍎.vscode/settings.json
for development consistency. ⚙️permission_handler
,leak_tracker
) to newer versions ensuring compatibility. 🔄🎯 Purpose & Impact