Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.raspberry-pi > #9056
| From | Martin Gregorie <martin@address-in-sig.invalid> |
|---|---|
| Newsgroups | comp.sys.raspberry-pi |
| Subject | Re: Fast capture and 2D image stacking as 3D numpy array with Python and Raspberry Pi |
| Date | 2015-07-06 23:34 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <mnf39d$m4i$1@dont-email.me> (permalink) |
| References | <f3915090-38d7-4240-9a3d-827a201ca65a@googlegroups.com> |
On Mon, 06 Jul 2015 14:36:49 -0700, Agustin Cruz wrote: > Does anyone of you know how to stack the 2D images taken in this code to > a 3D numpy array using Python and the Raspberry Pi camera module? > Without saving each 2D capture as a file > Write the files to an in-memory temporary filing system, from where you can read them out more slowly, saving them somewhere more permanent before clearing the temporary storage. -- martin@ | Martin Gregorie gregorie. | Essex, UK org |
Back to comp.sys.raspberry-pi | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Fast capture and 2D image stacking as 3D numpy array with Python and Raspberry Pi Agustin Cruz <agustin.cruz@gmail.com> - 2015-07-06 14:36 -0700
Re: Fast capture and 2D image stacking as 3D numpy array with Python and Raspberry Pi Martin Gregorie <martin@address-in-sig.invalid> - 2015-07-06 23:34 +0000
Re: Fast capture and 2D image stacking as 3D numpy array with Python and Raspberry Pi Dave Farrance <DaveFarrance@OMiTTHiSyahooANDTHiS.co.uk> - 2015-07-07 10:46 +0100
Re: Fast capture and 2D image stacking as 3D numpy array with Python and Raspberry Pi Dave Farrance <DaveFarrance@OMiTTHiSyahooANDTHiS.co.uk> - 2015-07-07 11:12 +0100
csiph-web