You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered:
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?
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)
The text was updated successfully, but these errors were encountered: