elixir-vision / picam

Elixir library used to capture MJPEG video on a Raspberry Pi using the camera module.
Other
122 stars 27 forks source link

Clarify function names #8

Closed electricshaman closed 7 years ago

electricshaman commented 7 years ago

@fhunleth In the spirit of being more consistent and explicit, I renamed some of the option functions. How do you feel about these?

fhunleth commented 7 years ago

I like it. I never liked their names and since we're documenting what the functions do anyway, it seems unnecessary to mirror the raspistill option names anymore. The original names don't look Elixir-like anyway with all of their abbreviations and shortenings. This is a really good improvement. Thanks!