We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使能无人机发送视频后,可以用opencv中的videocapture(udp://@0.0.0.0:11111)进行播放,但是没有办法使用ffplay中的h264解码器进行播放,请问这个问题该怎么解决?
使用opencv的代码: cv.videocapture(udp://@0.0.0.0:11111)
使用ffplay代码: ffplay -f h264 udp://0.0.0.0:11111 (我也尝试了将udp后面的0.0.0.0换成localhost,tello的地址:192.168.10.1,以及自己的ip地址,但是都没起作用。命令会一直卡在下面这个步骤,不会做任何事)
The text was updated successfully, but these errors were encountered:
Agent comment from cheney.zeng in Zendesk ticket #48946:尊敬的客户,
您好!感谢您联系我们。
您使用的是什么机型,及相应固件版本是多少。
感谢您的理解与支持,祝您生活愉快!
Best Regards, SDK技术支持
°°°
Sorry, something went wrong.
No branches or pull requests
使能无人机发送视频后,可以用opencv中的videocapture(udp://@0.0.0.0:11111)进行播放,但是没有办法使用ffplay中的h264解码器进行播放,请问这个问题该怎么解决?
使用opencv的代码:
cv.videocapture(udp://@0.0.0.0:11111)
使用ffplay代码:
ffplay -f h264 udp://0.0.0.0:11111
(我也尝试了将udp后面的0.0.0.0换成localhost,tello的地址:192.168.10.1,以及自己的ip地址,但是都没起作用。命令会一直卡在下面这个步骤,不会做任何事)
The text was updated successfully, but these errors were encountered: