Image capture from Alacron FastFrame-CB

2008-03-17 Thread phishboh
Hi. I would like to perform some image processing using Python. Can someone please point me in the right direction on how to get images from the framegrabber (Alacron FastFrame-CB)? Is VideoCapture (http://videocapture.sourceforge.net/) the correct way to go? Thanks in advance. --

Image capture

2005-01-05 Thread Catalin Lungu
Hi, Can anybody help me to implement the following VB code in Python. Thanks in advance. Private Declare Function SendMessage Lib user32.dll Alias _ SendMessageA (ByVal hwnd As Long, ByVal wMsg As Long, _ ByVal wParam As Long, ByVal lParam As Long) As Long Private Const WM_PAINT = HF

Re: Image capture

2005-01-05 Thread Kartic
Catalin, Some explanation about what you are tring to do will be of immense help. Did you want to capture some other Windows object from Python or do you want to capture a Python GUI application from Python? I might be able to help out, but please send more details. Thank you, --Kartic --

Re: Image capture

2005-01-05 Thread Catalin Lungu
Hi, I want to capture a no visible area of a wxFrame of Python. This area contain a wxGrid object. In VB6 this code work very good. Thanks. Kartic [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] Catalin, Some explanation about what you are tring to do will be of immense

Re: Image capture

2005-01-05 Thread Kartic
Hi Catalin, Here are the modifications to your code. I am emailing you the complete file back to your email address. Please note that you need PIL (Python Imaging Library) to grab the window. I included a step to save the image, but you can do whatever you want with it. Thanks, --Kartic