Help with using Supervision on real time feed #1360
Replies: 3 comments
-
I think I have found a way to do this, will let you know in an hour. Open to your suggestions!! Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi again @likith1908 👋 We typically don't provide help on projects, as with new features we need to add, and many PRs to review, we only get about 10 minutes for other issues. The unfortunate fact is if you post a lot of code, it's useful, but we won't have time to dig deeply. However, here's some thoughts that may help:
Best of luck! |
Beta Was this translation helpful? Give feedback.
-
Sure! Sorry for the inconvenience. |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Question
I am using a Lucid Machine Vision Camera and I want to use supervision for detection, speed estimation of objects from real time feed.
Since some of the functions/annotators are having the arguments as the
video_info
which hasfps
andtotal_frames
which cannot be calculated on a real time feed and also I am using a machine vision camera which are connected with ethernet cable so getting feed from the cameras is also very different compared to web cam's sincecv2.VideoCapture()
doesn't work.I am attaching the code how I get the camera feed below.
Don't worry about
device.nodemap
ordevice.nodemap.get_node
these are the settings to get a clear image from the camera.🔍 Seeking Expert Help 🔍
Dear @LinasKo, @skylargivens, @iurisilvio, @sberan,
I hope you can assist with a challenging issue I've encountered.
Thanks
Likith
Additional
I've been deeply engaged in refining the following code snippet to achieve a dual goal: detecting objects and calculating speed estimation. But sadly unable to achieve what I am looking for, The core of our computations revolves around the
decoded_image
(have a look at the code below). Your expertise in this area could provide crucial insights into overcoming the current challenges.I hope this context gives you a clear understanding of the work at hand. Your input on this matter would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions