Cage opened this issue on Dec 20, 2006 ยท 1232 posts
adp001 posted Sun, 16 March 2008 at 6:35 AM
You are right, Numeric is a modul that just replaces something other with something faster. It's a tool your programs logic has to be designed for to be effective. In this case, it's too late to use it.
@Cage: Poser Python is broken, not Numeric or other tools. That's the reason why I don't try to use it directly. To mutch restrictions with Poser-Python, to mutch glitches and to mutch that avoids serious programming (threads, for example).
Numeric (better: NumPy/SciPy) has a very large userbase. It's one of the swiss-army knifes for scientists.
@Spanki: Part of my development is working with cameras. There is a tool available in C source to use a webcam with Python. This may be of interest, because it shows how to use a static memory buffer from both sides.
http://videocapture.sourceforge.net/