Possible to run imagenet image recognition from webcam streaming on network?

Instead of attaching a camera to the jetson for this demo https://github.com/dusty-nv/jetson-inference/blob/master/imagenet-camera/imagenet-camera.cpp

can the camera instead be a network streaming camera? I’ve got a camera outside. Wanted to see if I could use this code to run that program.

You may check this (link is for a rtsp/H264 stream).

Hi vondaley,

did you manage to let this work?
I’m also trying to do this but cannot let it work so far…
could you share your code with me, if possible?

thank you

I ended up using a raspberry pi with a flask server that the jetson then interprets the picture. It was layed out in the project link below.