Search found 3 matches

by chaos2005
2025年 Jun 18日 12:00
Forum: TuyaOS-联网单品开发
Topic: T5开发板接入DVP GC2145摄像头的问题
Replies: 4
Views: 265

Re: T5开发板接入DVP GC2145摄像头的问题

附件是启动后的log,
修改了限制错误信息的打印次数,否则会不断打印
static int xcnt = 0;if (xcnt < 30) {YUV_BUF_LOGE("sensor's yuyv data resolution is not right\r\n");xcnt++;}

by chaos2005
2025年 Jun 18日 11:42
Forum: TuyaOS-联网单品开发
Topic: T5开发板接入DVP GC2145摄像头的问题
Replies: 4
Views: 265

T5开发板接入DVP GC2145摄像头的问题

我手上有T5开发板,接入一个DVP GC2145摄像头,IO口是按涂鸦文档接线的, https://images.tuyacn.com/content-platform/hestia/173693668247bb1930ac5.png SDK是T5_TuyaOS-3.12.12 demo是tuyaos_demo_ai_toy Config Project 如下: T5_BOARD_TYPE choice (T5AI_BOARD) [ ] ENABLE_TUYA_CAMERA [*] ENABLE_TUYA_UI 编译烧录固件后通电运行,可看到检测到gc2145的摄像头,使用的驱动代码为: ve...