想做一个摄想头的应用程序,不知道从何入手?

killer0902 2006-09-06 06:26:51
望高手指教
...全文
446 9 打赏 收藏 转发到动态 举报
写回复
用AI写文章
9 条回复
切换为时间正序
请发表友善的回复…
发表回复
letusgo123 2006-12-10
  • 打赏
  • 举报
回复
关注~
zxq810213 2006-10-31
  • 打赏
  • 举报
回复
mark
cangwu_lee 2006-09-26
  • 打赏
  • 举报
回复
我用这个 API 做了一个简单的,还可以,呵呵 还有动态报警功能
yjt105 2006-09-12
  • 打赏
  • 举报
回复
老兄,有解决办法告诉我一声。我也正在找相关的解决方法。
fishmans 2006-09-12
  • 打赏
  • 举报
回复
const WM_CAP_START = WM_USER;
const WM_CAP_STOP = WM_CAP_START + 68;
const WM_CAP_DRIVER_CONNECT = WM_CAP_START + 10;
const WM_CAP_DRIVER_DISCONNECT = WM_CAP_START + 11;
const WM_CAP_SAVEDIB = WM_CAP_START + 25;
const WM_CAP_GRAB_FRAME = WM_CAP_START + 60;
const WM_CAP_SEQUENCE = WM_CAP_START + 62;
const WM_CAP_FILE_SET_CAPTURE_FILEA = WM_CAP_START + 20;
const WM_CAP_SEQUENCE_NOFILE =WM_CAP_START+ 63 ;
const WM_CAP_SET_OVERLAY =WM_CAP_START+ 51 ;
const WM_CAP_SET_PREVIEW =WM_CAP_START+ 50 ;
const WM_CAP_SET_CALLBACK_VIDEOSTREAM = WM_CAP_START +6;
const WM_CAP_SET_CALLBACK_ERROR=WM_CAP_START +2;
const WM_CAP_SET_CALLBACK_STATUSA= WM_CAP_START +3;
const WM_CAP_SET_CALLBACK_FRAME= WM_CAP_START +5;
const WM_CAP_SET_SCALE=WM_CAP_START+ 53 ;
const WM_CAP_SET_PREVIEWRATE=WM_CAP_START+ 52 ;
const WM_CAP_DLG_VIDEOSO= WM_CAP_START+6;


function capCreateCaptureWindowA(lpszWindowName : PCHAR;dwStyle : longint;x : integer;y : integer;nWidth : integer; nHeight : integer;ParentWin : HWND;nId : integer): HWND;STDCALL EXTERNAL 'AVICAP32.DLL';
function mGetDir(send :TSpeedButton):string;


用这两个函数可以实现简单的功能
VirtualDesktop 2006-09-08
  • 打赏
  • 举报
回复
从看懂这个代码入手
http://www.mndsoft.com/blog/article.asp?id=4
fishmans 2006-09-07
  • 打赏
  • 举报
回复
从directshow入手,虽然的相应的API可以做一些简单应用(拍照、录像),但要做进一步操作(图像处理、分析。。。。)还是得用directx啊
熊孩子开学喽 2006-09-07
  • 打赏
  • 举报
回复
看了你的题目,偶也是同样的感觉:从何入手?
killer0902 2006-09-07
  • 打赏
  • 举报
回复
给出几个API操作的函数名字,谢谢,如何使用?

809

社区成员

发帖
与我相关
我的任务
社区描述
VB 多媒体
社区管理员
  • 多媒体
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧