Giter Club home page Giter Club logo

camcoordinate's Introduction

CamCoordinate

This project is a hobby I work on in my (limited) free time between work and school. This repo doesn't look like much at the moment; however, I've got lots of notes and ideas!

Break-down

One of the problems my coworkers have is organizing the countless pictures needed for property management. We need pictures for move-ins, move-outs, marketing, maintenance, and much more! While organizing pictures doesn't sound difficult, it can be quite the challenge when you have as many as we do. Sifting through pictures from a few dozen properties taken over the course of a week is a tall order alone, much less putting them in the correct network drive locations. With CamCoordinate I want to solve this problem!

Issues to Tackle

  • Grouping pictures (Auto & Manual)
  • Storing pictures in specific destinations
  • Store path data in database of some sort (DB file/SQL server)

The How

This program, especially being a hobby, means that I have no extremely specific plans. I'll keep updating this README file as I know more but this is what I know now:

I'm using Java just because it has a special place in my heart. I love it! Garbage collection, objects, no pointers, what's not to love?

I want this program to be cross-platform compatible, responsive, and user-friendly. Luckily with the JVM and JavaFX, a large part of this will be fairly simple.

The dream is to have this program parse what's on an SD card or what's in a directory, find the photos, and help group them based on when they were taken. From there a user would be able to specify which records in the database the photos belong to and the program would take care of moving all of the photos to their respective locations.

More to come!

Lucas

camcoordinate's People

Contributors

lcombs15 avatar

Watchers

James Cloos avatar  avatar

camcoordinate's Issues

Missing last group?

Check out PhotoGroup.java

The scan method looks like it may be leaving off the last group it finds....

Needs something like this:

If(group.size() > 0)
//Add group

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.