-
Notifications
You must be signed in to change notification settings - Fork 3
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
CSI camera path #4
Comments
Hello @UsamaRehman001, |
@DAVIDNYARKO123 my CSI camera is IMX 519, 16 mega pixel. connected through CSI connector on rasberry pi5. also my usb coral accelarator is connected to USB 3.0 port. so please help me out how do i give input path of that video feed from camera. and give that to your code instead of saved video file such as .mp4 file. do provide code if helpful. thanks |
https://www.youtube.com/watch?v=EA7_2qL3Iho - rtsp stream with coral usb |
I too am trying to use a live camera video feed (generic usb webcam) as a source for object detection, but really struggling to make it work as an input. I can get the video feed up, and even the classifications, but can't seem to make the bounding boxes/labels appear on the video feed. |
Are you able to use RSTP video streaming as a source? |
I thought about it a lot, but it was so easy It works if you just put the number 0 instead of /dev/video0. |
I am using CSI Camera . How do give path to that ? |
v4l2-ctl --list-devices You can enter 0 for the same. silvatpu -p det -m 192_yolov8n_full_integer_quant_edgetpu.tflite -i 0 -z 192 -t 0.5 -s True |
how do i give the CSI camera (which is connected to rasberry pi 5) path to your input_path variable. i am not able to do that. please help out ?
Also give me insight about the segmentation fault which occured your video as well.
The text was updated successfully, but these errors were encountered: