屏幕显示摄像头采集度图像
-
想在屏幕上实时显示摄像头采集的图像
问题1:可以看到采集的图像,但是有红绿蓝黄的彩色条纹和图像重合在一起
问题二:将lcd的framebuffer全部填充为0x00,为什么是彩色条纹? -
感觉是开启了colorbar功能,
内核配置里把colorbar功能关闭试试。
Device Drivers ---> Graphics support --->Frame buffer Devices --->Video support for sunxi ---> boot colorbar Support for disp driver(sunxi-disp2) -
@anyi-men 回大佬,我内核里这个功能根本没有打开
-
cat一下disp的attr,你会发现开了多个图层
-
@yuzukitsuru 那再请教一下,这个图层该怎么关掉?
-
@ttg2577
lichee\linux-5.4\drivers\video\fbdev\sunxi\disp2\disp\dev_fb.c:#if defined(CONFIG_DISP2_SUNXI_BOOT_COLORBAR)
disp_draw_colorbar(screen_id, 0);
#endif把这个注释掉就好了
-
@waterworld 可以了,谢谢
Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号