borevitzlab / spc-eyepi

Raspberry PI DSLR control code
https://borevitzlab.github.io/spc-eyepi
GNU General Public License v3.0
13 stars 3 forks source link

ini file option for jpeg conversion #9

Closed kdm9 closed 9 years ago

kdm9 commented 10 years ago

Please add a section allowing the commands used to convert the raw to a jpeg to be changed. Also, please allow this process to be disabled, or for the CR2 to be removed without uploading.

clixx-io commented 10 years ago

The options within the config file to change the dcraw commands are already implemented.

To add the option for jpeg conversion to be disabled and then test that, I'm estimating to take 1 hour.

On Thu, Jul 3, 2014 at 11:51 AM, Kevin Murray notifications@github.com wrote:

Please add a section allowing the commands used to convert the raw to a jpeg to be changed. Also, please allow this process to be disabled.

— Reply to this email directly or view it on GitHub https://github.com/borevitzlab/spc-eyepi/issues/9.

gdunstone commented 9 years ago

This is impractical on the pi due to performance limitations.

kdm9 commented 9 years ago

Yep, sounds fair

kdm9 commented 9 years ago

Also, you got the CR2 & jpegs both downloading anyway right?

K

kdm9 commented 9 years ago

If so, please close this issue

gdunstone commented 9 years ago

With the correct settings on the camera yes. I have included an option for capture, wait event and download. I will implement a check for the camera image file settings soon

Sent from my iPhone

On 26 Nov 2014, at 6:18 pm, Kevin Murray notifications@github.com wrote:

Also, you got the CR2 & jpegs both downloading anyway right?

K

— Reply to this email directly or view it on GitHub.

gdunstone commented 9 years ago

I will close it once that works

Sent from my iPhone

On 26 Nov 2014, at 6:18 pm, Kevin Murray notifications@github.com wrote:

Also, you got the CR2 & jpegs both downloading anyway right?

K

— Reply to this email directly or view it on GitHub.

gdunstone commented 9 years ago

Implemented. Now captures whatever the camera is set to (set it to RAW+JPEG).

gdunstone commented 9 years ago

Closed