rharder / imagesnap

Capture Images from the Command Line
https://github.com/rharder/imagesnap
458 stars 50 forks source link

snapshot resolution #31

Open umutbalkan opened 4 years ago

umutbalkan commented 4 years ago

Is there anyway reduce the snapshot resolution OR changing the image mode (e.g. black&white) by only using imagesnap?

pbojinov commented 3 years ago

I'm wondering the same

umutbalkan commented 3 years ago

@pbojinov i run a simple python script periodically to resize and change them to the grayscale.

pbojinov commented 3 years ago

I was actually curious about making the image resolution larger when taking the photo but didn’t see any run time flags for setting it.

The python script/cron is a great idea to run some post processing.

rharder commented 3 years ago

Great questions. I've been exploring how to get various resolutions supported by the video devices -- especially since some webcams support 4k now -- but I have not been very successful yet. At least on my dev machine with Mojave.

jessmartin commented 3 years ago

some webcams support 4k now

Also interested in getting 4k snapshots from my Logitech Brio.

rharder commented 3 years ago

Agree - I'd like to see how to get 4k supported. Two problems. 1) I got rid of my Brio. 2) I think I need something newer than Mojave to support it, but I can't test that now.