搜索资源列表
8-direction-bresenham
- 直线算法和我的实现,在底层操作液晶时很实用,程序在我的4510+320x240的液晶上画过,速度很快。-linear algorithm and I realized, the bottom operation LCD very practical procedures in my 4510 320x240 LCD on the painting, very fast.
1394Cameradriver
- a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association. Digit
ADC_disp
- ARM的LCD显示程序,主要用来显示一个320X240的图片
divxecode.编解码器的xvid静态库的c++封装
- 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
C8051F120_RA8803.rar
- C8051F120控制RA8803(320X240),C8051F120 control RA8803 (320X240)
LCD320090918
- stm32驱动320x240单色LCD,控制器是8835。-stm32 drive 320x240 color LCD, the controller is 8835.
msvc-low-level-555-us
- Display NTSC Image 320x240 16-bit with HaSoTec API for Frame Grabber (PCMCIA, ExpressCard, Mini PCI Express, PCIe, PCI...)
320x240_BmpConvertor_full
- 320x240 BMP convertor for embedded application. Output is C code.
240320
- 9325 320X240的GUI代码,仅供参考-9325 320X240 the GUI code, for reference only
DEMO KEIL STM32F103 SSD1289
- This is a timing demonstration demo of the STM32F103VC running at 72Mhz using FSMC joined parallel TFT display 320x240 pixel supported by SSD1289, SSD1298, ILI9320/9325 and a couple more of them - created in a KEIL MDK.
USBcamphoto
- USB摄像头编程,能录像,拍照,自定义保存路径。可以设置摄像头格式。640x480,320x240等,可以设置设备来源等。-usb cam,photo,avi,source,640x480,320x240
Gray_Invert_Image_Processing_in_C
- This program is used to invert a grayscale image. The imput images should be of size 320x240, The grayscale image should be named inputGray . The image should be of BMP type. The output will be formed in outputimage1 file. -This program is used to
Gray_Binary_Image_Processing_in_C
- This program is used to convert a grayscale image into a binary image. The imput image should be of size 320x240, The grayscale image should be named inputGray . The image should be of BMP type. The output will be formed in outputimage1 file -This
changedisplay
- This program can change the resolution of your secondary display (!) to low resolution modes like 320x240, 400x300 depending on your available VESA modes.
1891_waveshare_2.2_inch_320x240_tft_lcd_library_v
- This a pair of libraries for Waveshare Electronics 2.2 Inch 320x240 TFT touch LCD. One example is with hardware SPI and the other uses generic bit-banging method. The LCD utilizes BD663474 chip for display and XPT2046 as touch controller. The codes a
Kinect2.0介绍
- Kinect v2预览版的Depth传感器的分辨率也提高到512×424,而Kinect v1是可以取640×480分辨率的Depth数据,乍一看规格好像下降了,其实Kinect v1的Depth传感器的物理分辨率是320x240,Up Sacling到640x480而已(注:猜测是Runtime处理的)。另外,Depth传感器的方式也是从Light Coding变更为Time of Flight(TOF)(Kinect V2 function introduction)