随笔分类 -  视觉啊

图像的相关知识
该文被密码保护。
posted @ 2020-12-26 11:59 卷哭你 阅读(0) 评论(0) 推荐(0)
摘要:bpl = format->bpp*fmt->fmt.pix.with / 8; imagesize = bpl ? bpl * fmt->fmt.pix.height:fmt->fmt.pix.sizeimage; 阅读全文
posted @ 2020-12-20 13:29 卷哭你 阅读(207) 评论(0) 推荐(0)
摘要:分辨率: UHD: 3840X2160 p30 WQHD: 2560X1440 p60/p30 FHD: 1920X720 p60/p59.94 HD:1280x720 p60/p59.94 NTSC:720X480 p60/p59.94 VGA:640x480 p60/p59.94 PIC_SIZ 阅读全文
posted @ 2020-12-12 16:45 卷哭你 阅读(218) 评论(0) 推荐(0)
摘要:// V4L2 clocks // subdevices: 子设备 camera sensors,TV decoders and encoders // need a clocksignal to be supplied by the system. Often this clock is supp 阅读全文
posted @ 2020-11-12 16:08 卷哭你 阅读(124) 评论(0) 推荐(0)
摘要:https://linuxtv.org/downloads/v4l-dvb-apis/driver-api/mc-core.html#pads 阅读全文
posted @ 2020-11-11 19:34 卷哭你 阅读(64) 评论(0) 推荐(0)