Open SOrtonn opened 1 year ago
Try change the decoder inexample_getimagetrans.cc
into avdec_h264
if your PC is AMD64(X86)architecture, and build the project again (rm -r build; mkdir build; cd build; cmake ..; make)
std::string udpstrBehindData = " ! application/x-rtp,media=video,encoding-name=H264 ! rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! appsink";
I'm trying too access the forward camera from a eternal PC following this guide: https://unitree-docs.readthedocs.io/en/latest/get_started/Go1_Edu.html
I'm receiving the above error when trying to run ./bins/example_getimagetrans
Any help would be appreciated