现在有一路摄像头输出的数据为720p的NV12格式数据,我想把这个分辨率调整为1080p然后输入到mosaic节点全屏显示,应该怎么操作呢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好
您能否分享有关正在使用的摄像机的更多详细信息? 您是在使用基于 Edge AI GStreamer 的应用、还是想问您如何在没有任何推理的情况下以全屏模式从摄像头流式传输到显示器?
如果您正在运行 edgeai-gst-apps、请将 mosaic_pos_x、mosaic_pos_y、width 和 height 流式值更改为以下值。
流量:
# flowname :[input0,model0,output0,[mosae_pos_x,mosae_pos_y,width,height]]
flow0:[input0、model0、output0、[0、019219201080]]
有关配置应用程序的更多信息:
如果您想从传感器流式传输到全屏显示器、请参阅下面链接的常见问题解答。 imx219的第一个流水线示例使用单个输入和输出以全屏显示。 如果您有任何其他问题、请告诉我。
谢谢!