I just got the jetson nano B01, I was able to stream a video on Jetson nano to a VLC over the network using the the deepstream python app.
How do I modify the app to get it to stream live feeds from the CSI camera on the jetson nano the the VLC over the network using RTSP . Emphasis on using the camera rather than a video.
What modifications do i need to make to the script or something.
Thanks
PS: This is the script I used deepstream-test1-rtsp-out.py
Thanks, let me kindly explain our design flow, if you can suggestion on how to execute this, we want to stream security feeds from the an IP camera, to the NVIDIA jetson running a PyTorch based face detection model and also stream the live feeds to a mobile application.
I’m the team lead but really need assistance on the best approach to execute this.
What are the best approach to execute this please.
Hi,
If your source is an IP camera, probably you should check deepstream-test3 to use uridecodebin. Generally IP cameras are treated as RTSP sources.
In DeepStream SDK, deep learning inference is run through nvinfer with Tensor RT models. You may consider to convert your model to be executable on Tensor RT.
How do I train our model using the pytorch for face detection and recognition for private project which I can deploy to deepstreamer.
I don’t know the specifics on how to accomplish this in other for it to work on Nvidia jetson using deepstream. As I understand jetson run a bit differently.
If there is a way I hope I can do this with aws sagemaker
Awesome, one other question. I’mcreating a mobile application to stream these post processed live streams to but it can’t do it over the network, only streams on the same network. is there a workaround to this.
Let me rephrase the question. So we want to stream live video feed to our mobile application from jetson nano but we are required to create port forwarding - using waveshare sim7000x hat for jetson nano. How do we do this?
Also what’s he best pipeline to send picture notification which is stored on the jetson nano disk to the mobile app.