Re: [Numpy-discussion] make C array accessible to python without copy
![](https://secure.gravatar.com/avatar/6194b135cba546afa82516de1537de49.jpg?s=120&d=mm&r=g)
Feb. 21, 2003
11:10 p.m.
Short follow up: 1) Is it planned to support this more directly? 2) How much does it cost to create a buffer object if it uses my already allocated memory ? 3) Can I change the pointer so that it points to a different memory space WITHOUT having to recreate any python objects? Or would that "confuse" the buffer or numarray? (We are hoping to aquire 30 images per second - the images should get written into a circular buffer so that the data can be written to disk in larger chunks - but the python array should always refer to the current image ) Thanks for all the nice toys (tools) ;-) Sebastian Haase On Fri, 17 Jan 2003 18:16:01 -0500 Todd Miller <jmiller@stsci.edu> wrote:
8031
Age (days ago)
8031
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sebastian Haase