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

Warning: erroneous pipline: no element "omxh264dec" #14

Open
SOrtonn opened this issue Oct 18, 2023 · 1 comment
Open

Warning: erroneous pipline: no element "omxh264dec" #14

SOrtonn opened this issue Oct 18, 2023 · 1 comment

Comments

@SOrtonn
Copy link

SOrtonn commented Oct 18, 2023

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

@ghost
Copy link

ghost commented Nov 15, 2023

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";

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

1 participant