From: Sebastian H. <ha...@ms...> - 2003-01-17 22:24:42
|
Hi, What is the C API to make an array that got allocated, let's say, by a = new short[512*512], accessible to python as numarray. I tried NA_New - but that seems to make a copy. I would need it to use the original memory space so that I can "observe" the array from Python WHILE the underlying C array changes (it's actually a camera image) Thanks, Sebastian Haase |