User Profile
Collapse
-
You'd probably have more luck getting a response if you mentioned what your code currently does, and how you want that to be different. -
I've made some good progress.
I used genaxmodule.py to wrap the EL Videocapture drivers. It produced a module that I uploaded here . Note that I also zipped the output from the Com MakePy Utility, it's the file with the long filename. It has some useful comments.
Anyway, I'm now having an odd problem. I seem to be successfully initializing the DLL, at least the ActiveXWindow is initializing successfully. However WX crashes...Leave a comment:
-
I'm trying to get this to work, and having problems. It fails when defining vidwin (the ActiveXWindow). Here's my code, adapted from yours, trying to use it with the EL VideoCapture DLL.
Code:import wx import wx.activex as ActiveX class Frame1(wx.Frame): def __init__(self, parent): wx.Frame.__init__(self, None , wx.ID_ANY, "Test") ## make wx compatible
Leave a comment:
-
I'm very familiar with wxPython, but not very familiar with ActiveX. I don't imagine you have a moment to write a primer on that?
I've been experimenting with capturing video using the videocapture module (http://videocapture.so urceforge.net/), which works well enough, and returns a PIL instance, which is great. But so far I'm writing each JPG to the harddrive as its capture, which is of course slow. On my computer I'm getting about...Leave a comment:
-
I'm extremely interested, just setting out to do this same sort of thing, any little bit would help.
Thanks if possible, hopefully you'll see this....Leave a comment:
No activity results to display
Show More
Leave a comment: