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 have searched the YOLOv5 issues and discussions and found no similar questions.
Question
Hi ✌ I am working on object Detection with yolov5 and I want to use basler camera to detect objects. how can I do that and get frames from the Basler camera and make detection?
Additional
No response
The text was updated successfully, but these errors were encountered:
If this is a ❓ Question about using the Basler camera with YOLOv5, please ensure you have the necessary software to interface with your camera (e.g., Basler's pypylon library for Python) and integrate it to capture frames for processing. If you encounter issues during integration, try sharing some additional details like setup code snippets, errors, or steps causing difficulties, so we can better assist you.
If you believe this is a 🐛 Bug Report, please provide a minimum reproducible example (MRE), including code and steps to reproduce the issue, as well as details on your environment setup.
If this badge is green, all YOLOv5 GitHub Actions Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training, validation, inference, export and benchmarks on macOS, Windows, and Ubuntu every 24 hours and on every commit.
Please note this is an automated response. An Ultralytics engineer will review your question and provide further assistance as soon as possible. Thank you for your patience! 😊
@ninja8756 to integrate a Basler camera with YOLOv5 for object detection, you can use the pypylon library to capture frames and pass them to YOLOv5. Here's a minimal example:
Install pypylon: pip install pypylon. For more details, see the Ultralytics YOLOv5 Predict documentation. Adjust camera settings as needed via Basler's Pylon API.
Search before asking
Question
Hi ✌ I am working on object Detection with yolov5 and I want to use basler camera to detect objects. how can I do that and get frames from the Basler camera and make detection?
Additional
No response
The text was updated successfully, but these errors were encountered: