Giter VIP home page Giter VIP logo

k210-tutorial's Introduction

一、基础部分

1、K210介绍

2、环境搭建

3、输入输出

4、外部中断

5、串行通信

6、定时器

7、PWM

8、看门狗

9、多核并行

二、进阶部分

1、LCD显示

2、读写SD卡

3、读写flash

4、摄像头

三、外设扩展

1、伺服舵机

2、超声波模块

四、综合实验

1、照相机

2、TCP编程

3、目标检测

k210-tutorial's People

Contributors

hujiese avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

k210-tutorial's Issues

请教图像放缩原理

感谢开源贡献!在学习摄像头的时候,对获得图像大小不明白,源代码是获取320x240的图像,我尝试将更改宽度,比如240

#define CAM_WIDTH_PIXEL        (240)
#define CAM_HIGHT_PIXEL        (240)

并在主程序中的显示函数改为

        /* 显示画面 */
        lcd_draw_picture(0, 0, 240, 240, display_buf_addr);

显示出来的是花屏,如下图所示
IMG_5861

我感觉很困惑,请问这是什么原因呢?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.