Navkirat Singh <[email protected]> wrote:
> Hi Guys,
>
> I am programming a web centric app in python for customer, which needs
> to click a snap of the customer and forward the pic to the server via
> POST. I am not very familiar with how I can achieve this. Any
> direction would be much appreciated.
>
For something very similar, I used fswebcam, the crucial code looked
like this:
def capture_frame(filename, brightness=50):
os.system('fswebcam -S 1 -r %s -s brightness=%i%%
--font /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
--jpeg 60 --save %s' % (RESOLUTION, brightness, filename))
--
-----------------------------------------------------------
| Radovan GarabĂk http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__ garabik @ kassiopeia.juls.savba.sk |
-----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread
--
http://mail.python.org/mailman/listinfo/python-list