Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to define multiple --exif attributes #22

Open
untitledlt opened this issue Apr 26, 2016 · 0 comments
Open

Not possible to define multiple --exif attributes #22

untitledlt opened this issue Apr 26, 2016 · 0 comments

Comments

@untitledlt
Copy link

Thanks for a nice module!
To set multiple EXIF attributes you must define them multiple time like this:

raspistill --exif IFD0.Copyright=XXX --exif IFD0.Artist=YYY -o out.jpg

Attributes in this module are passed as javascript object so it's not possible to define them multiple times. You should allow to specify array, like so:

new RaspiCam({
    exif: ['IFD0.Copyright=XXX', 'IFD0.Artist=YYY']
})

or some other way. Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant