AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 11 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Motion Detection Algorithms
goldensoft

Replies: 1
Views: 506

PostForum: Ask for Help   Posted: Sun Oct 07, 2007 10:22 pm   Subject: Motion Detection Algorithms
Does any one know if some motion detection script was already developed for AHK?
  Topic: Motion Detection Algorithms
goldensoft

Replies: 1
Views: 506

PostForum: Ask for Help   Posted: Sat Oct 06, 2007 12:31 pm   Subject: Motion Detection Algorithms
Most persons would say that motion detection is one of the most simple of all video analysis techniques. It's just needed to calculate the difference in color and brightness of two consecutive video f ...
  Topic: Is it Possible to upload a file by HTTP Post?
goldensoft

Replies: 11
Views: 1923

PostForum: Ask for Help   Posted: Thu Sep 27, 2007 5:04 pm   Subject: Is it Possible to upload a file by HTTP Post?
More interessting - why didn't you find an example that can be used.

I have already tried to search for libcurl examples but I only found an example on how to download a file not on how to upload i ...
  Topic: Is it Possible to upload a file by HTTP Post?
goldensoft

Replies: 11
Views: 1923

PostForum: Ask for Help   Posted: Thu Sep 27, 2007 8:59 am   Subject: Is it Possible to upload a file by HTTP Post?
Does anyone found an example that can be used?
  Topic: Is it Possible to upload a file by HTTP Post?
goldensoft

Replies: 11
Views: 1923

PostForum: Ask for Help   Posted: Wed Sep 26, 2007 8:33 am   Subject: Is it Possible to upload a file by HTTP Post?
can any one help me on this?
  Topic: Is it Possible to upload a file by HTTP Post?
goldensoft

Replies: 11
Views: 1923

PostForum: Ask for Help   Posted: Tue Sep 25, 2007 4:27 pm   Subject: Is it Possible to upload a file by HTTP Post?
Does any one know how to to use libcurl.dll (http://curl.haxx.se/libcurl/)to upload a file through http post to a web form?

I know this is possible to perform with curl.exe (http://curl.haxx.se/) ...
  Topic: Impossible to Save a WebCam Shot into an image file?
goldensoft

Replies: 18
Views: 4864

PostForum: Ask for Help   Posted: Tue Jul 24, 2007 8:42 pm   Subject: Impossible to Save a WebCam Shot into an image file?
Micahs the code that you created is just perfect, it seems that 3 days of frustrating work have finally ended. Just wants to tell You THANK YOU!

Now about the script anyone knows how to directly fr ...
  Topic: Impossible to Save a WebCam Shot into an image file?
goldensoft

Replies: 18
Views: 4864

PostForum: Ask for Help   Posted: Tue Jul 24, 2007 4:11 pm   Subject: Impossible to Save a WebCam Shot into an image file?
Code (Copy):
WM_USER := 0x0400
WM_CAP_START := WM_USER


Try adding the colons (my bad).

Thanks daonlyfreez Smile but I'm afraid this is already in the script. Honestly I don't know what ...
  Topic: Impossible to Save a WebCam Shot into an image file?
goldensoft

Replies: 18
Views: 4864

PostForum: Ask for Help   Posted: Tue Jul 24, 2007 2:21 pm   Subject: Impossible to Save a WebCam Shot into an image file?
I see errors:
SendMessage WM_CAP_FILE_SAVEDIB, 0,0, %imagefile%, ahk_id%capHwnd%
Need a space adter ahk_id
DllCall("User32\SendMessage", Uint, ahk_id%capHwnd%, Uint, %WM_CAP_FILE_SAVED ...
  Topic: Impossible to Save a WebCam Shot into an image file?
goldensoft

Replies: 18
Views: 4864

PostForum: Ask for Help   Posted: Tue Jul 24, 2007 10:59 am   Subject: Impossible to Save a WebCam Shot into an image file?
Thanks daonlyfreez you are correct its needed to add these constants the script is now:


; http://ej.bantz.com/video/
; http://ej.bantz.com/video/detail/

; http://www.dotnet4all.co ...
  Topic: Impossible to Save a WebCam Shot into an image file?
goldensoft

Replies: 18
Views: 4864

PostForum: Ask for Help   Posted: Mon Jul 23, 2007 10:50 pm   Subject: Impossible to Save a WebCam Shot into an image file?
For the past 3 days I'm trying to save a webcam shot to an image file but until now no luck. Bellow is the script that I'm using. This script was originally created by daonlyfreez http://www.autohotke ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group