/analog-logger

:camera: :notebook: Log your frame settings for your 35mm or 120 rolls.

Primary LanguageJavaScriptMIT LicenseMIT

Analog Logger

Track your 35mm or 120 film frames with camera setting configurations.

Its no EXIF but hey, better than writing it all down.

rangefinder-picture


Project Board/Road Map


Links

To Run:

CMD: npm run dev for localhost


Stack

  • React (cause it's so hot right now)
    • PWA?
      • Utilize service workers for offline use
    • React Native?
      • Less likely
  • Redux (state is going to get tricky with this app)
  • MongoDB
  • GraphQL
  • OAuth

Functionality

  • Log information on roll
    • Record camera settings for each frame
    • Users can add additional notes (ie: lighting conditions)
  • Save comprehensive data on frames/shots
    • GPS data: where the shot was taken
    • Camera settings: aperture, shutter speed
    • Quick save: defaults to most used setting

Goals

  • Basic functionality
    • User with basic CRUD interactivity
  • Keep this open-source
  • Keep it simple, least amount of dependencies
    • Minimize framework reliance
  • Cool Goals
    • Bluetooth trigger?
      • Have no idea about this
        • Wire up a soft release button and triggers app to save shot data?
          • Needs:
            • Raspberry Pi
            • Tiny bluetooth sensor
            • Patience
            • TIME TO LEARN electronics tinkering