搜索资源列表
myLinuxSerialportTools
- 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
videodemo
- 基于arm s3c2410平台的linux系统usb摄像头监测程序。通过使用v4l的api函数从摄像头中读取数据 ,然后写人Frame Buffer, 使采集到的图像在液晶屏中显示出来。-Usb camera arm s3c2410 platform-based linux system monitoring procedures. By using the v4l api function to read data from the camera, and then writing Frame
wrfifordfifo
- 在wrfifo中输入数据能在rdfifo中显示出来-write data in wrfifo what will transform to rdfifo and print
v4l2PQT
- Linux环境下,V4l2采集视频数据,Qt界面显示-Linux environment, V4L capture video data, Qt interface
MVC_CarGoat
- MVC全名是Model View Controller,是模型(model)-视图(view)-控制器(controller)的缩写,一种软件设计典范,用于组织代码用一种业务逻辑和数据显示分离的方法,-t is my sincere pleasure to welcome you to Moreno Valley College (MVC), the 111th Community College in California
qtcamera_PC
- 在linux下通过Qt来调用摄像头进行数据采集并将其在窗口中显示-In linux with Qt to call camera for data acquisition and display in the window
ConvertYuv
- YUV 文件查看 可以查看Linux V4L2 采集到的YUV数据,显示在PC机器上。-YUV File Viewer can view the Linux V4L2 YUV data collected, displayed on the PC machine.
test-video-capeture.tar
- Video4Linux2编程采集摄像头视频并显示视频,全C语言编程,采用内存映射的方法读数据。-Video4Linux2 programming camera video capture and display video, full C language programming, using memory mapping method to read the data.
uart_lcd
- 用于EDA中的串口通讯的实现。用串口精灵将数据传输到LCD上并将其显示出来。-EDA for the implementation of serial communication. With serial wizard to transfer data to and displayed on the LCD.
daizeyang
- 利用v4l2采集usb摄像头数据,并通过framebuffer显示,lcd窗口的大小缩放用opencv实现-use v4l2 opencv fb
show-rgba.tar
- 在X环境下面显示rgba原始格式的图片数据 linux环境下从framebuffer设备节点读取到的数据是rgba原始格式的,使用这个程序可以在X环境下显示图片 cat /dev/fb0 >pic.rgba ./show-rgba pic.rgba <width> <height>-Show picture using X api
usbcamara
- 适用于ARM开发板USB摄像头采集数据及显示,不需要QT,基于V4L2-For ARM development board USB camera capture data without QT, based on V4L2
mytest-9.6-2
- 实现基于atm91sam的linux嵌入式操作的液晶显示器显示和按键输入数据的程序。-Based atm91sam of linux embedded operating a liquid crystal display and key input data program.
ADCPDMA
- ADC+DMA+595 采样数据显示数码管-ADC+DMA+595 sample
thread
- thrs_data结构中的几个变量用于读数据线程和显示线程的开始控制和结束控制。start_read:当二个线程同时启动或显示线程先启动时,保证读数据线程先使用缓冲区,=1表示读数据线程已使用了缓冲区;start_disp:在读数据线程对缓冲区进行第一轮操作时,当它已将2个缓冲区写满,而此时显示线程还没有启动或还没有使用过缓冲区,这时应将读数据线程阻塞住,防止它覆盖掉缓冲区中未显示的数据,=1表示显示线程已启动并已使用了缓冲区。在后续交替读数据和显示数据的过程中,由互斥锁来协调二个线程之间的关系