nkwsy / sdUploader

SD card upload diologue for camera
2 stars 3 forks source link

Generate correct cameratrap data #12

Open nkwsy opened 8 months ago

nkwsy commented 8 months ago

use the Cameratrap DP Format and get image data properly integrated.

Methods

Internal only

Set up new Deployment using tkinter

When importing camera trap media, look for open deployments w/o end date. Allow user to input or select camera id from list if fancy

Utalize ranger website

Allow users to create deployment through website

User uploads images to sdUploader

magpiedin commented 8 months ago

Hey there! I'm still getting familiar with the sdUploader setup, but happy to try lending a hand on one of those if needed -- e.g.

Either way -- Do you recommend working/branching off main? (or microscope)

nkwsy commented 7 months ago

Great! You can do it off the Microscope or create a new branch from main. Just merged microscope back in

soleo commented 3 months ago

Hi, @nkwsy are there still some interest in working on this issue?

We briefly met at the River Park the other day, and I am volunteering for camera crew. Thought it would be helpful to get a bit more familiar with sdUploader.

magpiedin commented 3 months ago

Hi @soleo! Definitely still interested!

Here's a link to the CameraDeployment branch of WildMile repo in case you're up for sharing next.js and/or vercel wisdom?

And some belated updates for the "Internal-only" issues:

(...aand if it helps to start splitting that second chunk out to a separate issue/s, will do)

soleo commented 3 months ago

Hey @magpiedin @nkwsy

I managed to get CameraDeployment branch locally running on my machine today.

Screenshot 2024-06-17 at 9 06 03 PM

I do see a new section called Camera Traps when running it, so I'm assuming that it is the new functionality that you are trying to get it into a working state.

Are you just trying to figure out how to add new Cameras? and How to list all cameras once they are in MongoDB? @nkwsy

I don't see creating new camera work locally, so that's why I am asking here, and wondering if that's the exact issue that you were running into