-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
capturing camera frame #69
base: main
Are you sure you want to change the base?
Conversation
All Contributors have signed the CLA. ✅ |
👋 Hello @yangga, thank you for submitting a fantastic PR to the Here's a quick checklist to help ensure your PR is ready for integration:
For further guidance, you are welcome to explore our Contributing Guide. If you have any uncertainties, please feel free to leave a comment below. We're excited to see your contribution live! 🎉 |
I have read the CLA Document and I sign the CLA |
@yangga thank you for the PR! @john-rocky can you review please? |
please review so it can be merged |
@aabdulat1998 thank you for your contribution! The team will review your PR shortly. Please ensure all CI checks pass and that the PR aligns with the contributing guidelines to expedite the process. |
I have read the CLA Document and I sign the CLA
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
This PR introduces the ability to capture frames directly from the camera for both Android and iOS platforms in the YOLO Flutter app.
📊 Key Changes
requestCaptureVideo
method in Android for capturing frames with a timeout.CMSampleBuffer
andDispatchSemaphore
.MethodCallHandler
to handle thecaptureCamera
method call in the Flutter app.captureCamera
method.🎯 Purpose & Impact