“No-Code Edge AI Vision with Node-RED” is maintained at GitHub - Seeed-Studio/node-red-contrib-ml: Get started with AI vision at the edge with no coding experience at all!
I need help understanding why the “object detection” function is not sending video output to the “video view” function. When I connect “video input” from my Logitech USB camera directly to the “video view” function I get a video stream as expected.
My reComputer J1010 has a 4 GB DRAM Jetson Nano.
I am running Jetpack 4.6.6 on Ubuntu 18.04.6 LTS with Docker version 20.10.21, build 20.10.21-0
I have a USB camera: Logitech C270 HD Webcam.
I have rebuilt this project 3 times with a clean build each time but notice one other distinct difference.
The screenshots from the github docs show an “object detect” function that has 2 connection points for output on the right where the output connection for the video stream is made to the top point.
My system always shows just a single output on the right of the “object detection” function that does not stream any video no matter what resolution that I have tried.
The model selected is the COCO dataset. And yes, I deployed the project.
Please help with any tips and suggestions regarding what I might do to fix this.