python & camera

A

Alex Gittens

I'm working on a final project for my EE degree that requires the use
of digital camera with high resolution. I'd like to do the image
capture with Python, preferably in a cross-platform manner, but if
necessary, we can limit ourselves to Windows. Any ideas on
modules/hardware for doing this?

Thanks,
Alex
 
C

Claudio Grondi

Alex said:
I'm working on a final project for my EE degree that requires the use
of digital camera with high resolution. I'd like to do the image
capture with Python, preferably in a cross-platform manner, but if
necessary, we can limit ourselves to Windows. Any ideas on
modules/hardware for doing this?

Thanks,
Alex

I recommend to get a small and well performing Python, because a big and
bad performing one will have hard time to push the digital cameras
release button on demand ... ;-) .

Any details about the interface the camera supports and you want to use
for capturing the pictures?

Claudio
 
D

Diez B. Roggisch

Alex said:
I'm working on a final project for my EE degree that requires the use
of digital camera with high resolution. I'd like to do the image
capture with Python, preferably in a cross-platform manner, but if
necessary, we can limit ourselves to Windows. Any ideas on
modules/hardware for doing this?

Under Linux, its just a matter of opening the video-device-file and
reading the stream from the camera. Some ioctl-calls (module fcntl) may
also be necessary to setup things correctly.

Peter answered the question for windows.

Diez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,790
Messages
2,569,637
Members
45,346
Latest member
EstebanCoa

Latest Threads

Top