登录
首页 » Linux-Unix program » Linux下视频开发.包括bttv,cx88,saa7134,红外等接口和驱动

Linux下视频开发.包括bttv,cx88,saa7134,红外等接口和驱动

于 2022-03-30 发布 文件大小:553.54 kB
0 184
下载积分: 2 下载次数: 1

代码说明:

Linux下视频开发.包括bttv,cx88,saa7134,红外等接口和驱动-Linux video development. Including bttv, cx88, saa7134, infrared interfaces and drivers

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • A nice article for beginner of c or c++ programmer
    A nice article for beginner of c or c++ programmer
    2022-03-05 11:20:26下载
    积分:1
  • //建立窗口 win1 = newwin(15, 50, 1 ) box(win1, ACS_VLINE, ACS_HLINE) m...
    //建立窗口 win1 = newwin(15, 50, 1 ) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win2, ACS_VLINE, ACS_HLINE) mvwprintw(win2, 2,1, "WINDOW 2") //建立子窗口 subwin = derwin(win2, 5, 25, 4, 5) box(subwin, ACS_VLINE, ACS_HLINE) mvwprintw(subwin, 2,1, "Sub Window of Window2") //刷新屏幕 refresh() wrefresh(win1) wrefresh(win2) touchwin(win1) wrefresh(win1) getch() touchwin(win2) mvwprintw(win2, 12,1, "Press any key to exit...") wrefresh(win2) //等待按键 getch() //结束 delwin(win1) delwin(subwin) delwin(win2) endwin() -//建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win
    2022-12-24 01:10:04下载
    积分:1
  • Linux下的蓝牙
    linux下的蓝牙
    2023-08-28 09:45:03下载
    积分:1
  • smp8634 交叉编译环境 编译后就可以直接使用
    smp8634 交叉编译环境 编译后就可以直接使用
    2022-06-29 04:00:27下载
    积分:1
  • linux下gtk图形界面编程的一个例子程序。
    linux下gtk图形界面编程的一个例子程序。-under gtk GUI programming examples of a process.
    2022-05-30 01:54:56下载
    积分:1
  • qt version of Tetris
    qt版俄罗斯方块,我就服了。这个说明还得说出花来才行!-qt version of Tetris
    2022-02-03 05:56:21下载
    积分:1
  • 网络编程,uc/os下用的IP/TCp协议,嵌入式开发必备
    网络编程,uc/os下用的IP/TCp协议,嵌入式开发必备-network programming, uc/os using IP/TCp agreement, embedded development required
    2022-02-22 05:52:53下载
    积分:1
  • 利用XML来作为Makefile的make工具源代码.
    利用XML来作为Makefile的make工具源代码.-use XML as a Makefile to make the source code tool.
    2022-11-30 23:10:03下载
    积分:1
  • 1。编写一个C++程序,作为内核命令行解释器
    1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用"&"操作符作为命令的结束符。一个以"&"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用""作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符" "来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. Preparation of a C program as a Linux kernel shell command line interpreter. Shell procedures should be used with Bource shell the same way as operational procedures. 2. Increased functionality so that customers can use, "" operator, as ordered by the end tags. A "" the end of the order should be concurrent with the implementation of the shell. 3. Increased functionality so that customers can use "lt;" "Gt;" As a filename prefix to redirect stdin and stdout descriptors. Similarly, allows users to use pipeline operator, "" two parallel processes, and a process to redirect stdout second process stdin.
    2022-08-13 03:09:59下载
    积分:1
  • Vidcat procedure is in accordance with the law, can only grasp PPM plans. Makefi...
    程序是根据vidcat改的,只能抓PPM的图. makefile的内容如下,请注意打小写: cc=gcc #cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev="/dev/v4l/video0" -dversion="0.7.2" cflags=-wall -dvideo_dev="/dev/video0" -dversion="0.7.2" camsnap: camsnap.c 用法如下: camsnap -v -s 420x420 -o my.ppm 这儿请注意:s 的大小必需是8能整除的倍数. 这个程序我是在rh9下作的,需要交叉编译的朋友就把注释去掉,再给下面的注释就可以了.-Vidcat procedure is in accordance with the law, can only grasp PPM plans. Makefile reads as follows, please note that playing lowercase: cc = gcc# Cflags =- i/firendly-arm/kernel/include-i/usr/local/arm/2.95 .3/arm-linux/include-wall-dhave_libjpeg#-dvideo_dev =
    2023-04-15 21:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载