-
Notifications
You must be signed in to change notification settings - Fork 6
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
USE JAVASCRIPT-SDK IN NODE-RED #6
Comments
Yes it’s possible. In what way would you like to use it in node red? I have a demo that uses node red, but it’s mainly for streaming video from a raspberry pi or drone and doing detections on that. It might not be too useful for you |
Here’s a video that goes over object detection with node red https://youtu.be/h_-wTXlX2Ms It doesn’t actually do the actual object detection in a node red node though. It still does it in the browser so you can get real-time predictions. However it shouldn’t be too difficult to make a node red node that does detections. |
hello @bourdakos1 |
where is source code for this video ???? |
my Big problem is |
I don't have too much experience with IP cameras, how do they work? |
ip camera has an address like this for get video for test react object detection app with ip camera i test this solution But in client side (react app) i dont know how show video(get video) in react app with this code can you help for this ? |
okay, so I think you'll need to use ffmpeg to restream rtsp as HLS and then this might be useful: https://github.com/cloud-annotations/object-detection-live-stream |
Actually this is probably more useful https://github.com/cloud-annotations/raspberrypi-streaming-object-detection |
if you can send me a live camera address I can try to get it working |
@bourdakos1 rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov rtsp://170.93.143.139/rtplive/470011e600ef003a004ee33696235daa rtsp://freja.hiof.no:1935/rtplive/definst/hessdalen03.stream thank you man |
Okay, I think I have something working! It works with all 3 of these addresses |
https://github.com/cloud-annotations/ip-camera-object-detection change the
|
@bourdakos1 i have another question , |
yea just download this file: https://cdn.jsdelivr.net/npm/@cloud-annotations/[email protected]
|
i tested another question two rtsp address link for two camera i mean . |
yea, it's possible, but running more that one object detection detector simultaneously will probably be slow |
i have goood pc for test it . can you send code for two object detection ??? |
I don't have code for it and I don't really have much time this week to build it. You could modify the ip-camera code to have dynamic stream routes instead of one |
it is not hurry for make code , you helped me very much i dont know very ffmpeg in nodejs can you send me link for learning it ???? i need two object detection(rtsp address) on same page , |
is it possible use object detection in node-red ????
can you send source code for check ?
The text was updated successfully, but these errors were encountered: