On Mon, 6 Jul 2015 at 22:36 Agustin Cruz wrote:
> I'm working on a Python - Raspberry Pi project in which I need to take
> about 30 images per second (no movie) and stack each 2D image to a 3D array
> using numpy array, without saving each 2D capture as a file (because is
> slow).
>
> I found thi
On 07/07/2015 00:16, Agustin Cruz wrote:
On Monday, July 6, 2015 at 6:00:42 PM UTC-4, Mark Lawrence wrote:
On 06/07/2015 22:31, Agustin Cruz wrote:
I'm working on a Python - Raspberry Pi project in which I need to take about 30
images per second (no movie) and stack each 2D image to a 3D array
On Monday, July 6, 2015 at 6:00:42 PM UTC-4, Mark Lawrence wrote:
> On 06/07/2015 22:31, Agustin Cruz wrote:
> > I'm working on a Python - Raspberry Pi project in which I need to take
> > about 30 images per second (no movie) and stack each 2D image to a 3D array
> > using numpy array, without sa
On 06/07/2015 22:31, Agustin Cruz wrote:
I'm working on a Python - Raspberry Pi project in which I need to take about 30
images per second (no movie) and stack each 2D image to a 3D array using numpy
array, without saving each 2D capture as a file (because is slow).
I found this Python code to
I'm working on a Python - Raspberry Pi project in which I need to take about 30
images per second (no movie) and stack each 2D image to a 3D array using numpy
array, without saving each 2D capture as a file (because is slow).
I found this Python code to take images as fast as possible, but i don