代码搜索结果
找到约 8,819 项符合
RGB 的代码
rgb-yuv%2fmodule-setting
Some usefull setting for the module:
KERNEL 2.6.x ONLY
/******************************************************************/
IMPORTANT !!!!
you need to close and reopen the device to get the change act
rgb-yuv%2fmodule-setting
Some usefull setting for the module:
KERNEL 2.6.x ONLY
/******************************************************************/
IMPORTANT !!!!
you need to close and reopen the device to get the change act
yuv420p_rgb32.bat
@echo off
rem MPV_CSP_RGB32 = 5 , /* RGB ( R G B ) */
rem MPV_CSP_RGB24 = 6 ,
rem MPV_CSP_RGB565 = 7 ,
rem MPV_CSP_RGB555 = 8
set video_param0=-colorspace 5
set files_name_ext=rgb3
yuv420p_rgb24.bat
@echo off
rem MPV_CSP_RGB32 = 5 , /* RGB ( R G B ) */
rem MPV_CSP_RGB24 = 6 ,
rem MPV_CSP_RGB565 = 7 ,
rem MPV_CSP_RGB555 = 8
set video_param0=-colorspace 6
set files_name_ext=rgb2
yuv420p_rgb565.bat
@echo off
rem MPV_CSP_RGB32 = 5 , /* RGB ( R G B ) */
rem MPV_CSP_RGB24 = 6 ,
rem MPV_CSP_RGB565 = 7 ,
rem MPV_CSP_RGB555 = 8
set video_param0=-colorspace 7
set files_name_ext=rgb5
yuv420p_rgb555.bat
@echo off
rem MPV_CSP_RGB32 = 5 , /* RGB ( R G B ) */
rem MPV_CSP_RGB24 = 6 ,
rem MPV_CSP_RGB565 = 7 ,
rem MPV_CSP_RGB555 = 8
set video_param0=-colorspace 8
set files_name_ext=rgb5
rgb_interface_init_2_8.txt
//==========OLED 2.4" parallel 24 bits RGB interface==========//
#define S6E63D6_ID 0x70 //0111,0 ID RS R/W
void SPI_Write_Command(uWORD wAddr)
{
uCHAR j,k;
uCHAR StartByte=S6E63D6_ID;
directshow中的rgb,yuv.txt
DirectShow中常见的RGB/YUV格式
阅览次数: 23980
文章来源: http://hqtech.nease.net
原文作者: 陆其明
整理日期: 2004/12/27
字体大小: 小
中
大
小知识:RGB与YUV----摘自《DirectShow实务精选》 作者:陆其明
计算机彩色显示器显示色彩的原理与彩色电视机一样,都是采用R(Red)
rgb-yuv%2fmodule-setting
Some usefull setting for the module:
KERNEL 2.6.x ONLY
/******************************************************************/
IMPORTANT !!!!
you need to close and reopen the device to get the change act
rgb-yuv%2fmodule-setting
Some usefull setting for the module:
KERNEL 2.6.x ONLY
/******************************************************************/
IMPORTANT !!!!
you need to close and reopen the device to get the change act