Skip to content
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

rtsp link is not working #27

Open
jishang1602 opened this issue Dec 24, 2020 · 2 comments
Open

rtsp link is not working #27

jishang1602 opened this issue Dec 24, 2020 · 2 comments

Comments

@jishang1602
Copy link

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
Copy link
Author

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?

@IllyaPysarchuk
Copy link

Did you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants