mtcnn_facenet_cpp_tensorRT icon indicating copy to clipboard operation
mtcnn_facenet_cpp_tensorRT copied to clipboard

rtsp link is not working

Open jishang1602 opened this issue 4 years ago • 2 comments

i tried with the VideoStreamer videoStreamer = VideoStreamer("rtsp://192.168.10.21:8554/unicast", videoFrameWidth, videoFrameHeight); in main.cpp but it is getting error which is shown below.

End generating TensorRT runtime models Parsing Directory: ../imgs Segmentation fault (core dumped)

in videoStreamer.h and videoStreamer.cpp VideoStreamer(int nmbrDevice, int videoWidth, int videoHeight, int frameRate, bool isCSICam); i changed with VideoStreamer(const char* nmbrDevice, int videoWidth, int videoHeight, int frameRate, bool isCSICam);

but getting the error Segmentation fault (core dumped)

jishang1602 avatar Dec 24 '20 13:12 jishang1602

I have checked with different frame size on camera or CSI camera. In Jetpack 4.4 it works with only 640480 resolution. If i am using rtsp original resolution (640360), The code is dump. I changed the size in main.cpp. still the code is dump. Do you know how to work with rtsp any resolution or by default resolution of the rtsp. because if the camera is resized than face identification not work. Could you please help me on this?

jishang1602 avatar Dec 29 '20 09:12 jishang1602

Did you solve it?

IllyaPysarchuk avatar Sep 23 '21 09:09 IllyaPysarchuk