|
|
|
ช่วยนิดนึงครับติดปัญหาการ save picture save as โดยใช้ปุ่ม capture ครับ " thank you " โดยไม่ต้องนำไปเก็บอ่ะครับ |
|
|
|
|
|
|
|
save as โดยใช้ปุ่ม capture ครับ " thank you "
โดยไม่ต้องนำไปเก็บอ่ะครับ(เพราะผมไม่มีปุ่มsave as).ใช้จากปุ่ม capture เอา
picture1เป็น video จากกล้อง พอ กดปุ่ม capture ให้มัน pass ลงใน
picture2 เป็น image (คล้ายcopy อ่ะครับ)
ตอนนี้ผมขึ้นกล้องแล้วครับ
code captureแล้ว
Code (VB.NET)
hwdc = capCreateCaptureWindow("Dixanta Vision System", ws_child Or ws_visible, 0, 0, 320, 240, Picture1.Handle.ToInt32, 0)
If (hwdc <> 0) Then
temp = SendMessage(hwdc, wm_cap_driver_connect, 0, 0)
temp = SendMessage(hwdc, wm_cap_set_preview, 1, 0)
temp = SendMessage(hwdc, WM_CAP_SET_PREVIEWRATE, 30, 0)
startcap = True
Tag : - - - -
|
|
|
|
|
|
Date :
2010-02-03 02:56:42 |
By :
birdccs |
View :
2572 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|