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

Multi-cam parameters & camera limit #11

Open
eloraoades opened this issue Nov 16, 2020 · 1 comment
Open

Multi-cam parameters & camera limit #11

eloraoades opened this issue Nov 16, 2020 · 1 comment

Comments

@eloraoades
Copy link

Hi Kara,

Is there an update on the multi-camera parameters (see issue: Multi-cam station with different focal lengths)?
Also, is there is an easy enough way to increase the number of cameras (the Duck Argus station has 6).

Thanks so much,
Elora

@kkoetje
Copy link
Member

kkoetje commented Nov 18, 2020

Hi Elora,

That functionality has not yet been added to the tool, but it would be a valuable addition! Let me know if you'd like to work together on it. If you're interested, go ahead and fork the development repo and make changes on your local copy (some Git help here: https://guides.github.com/activities/forking/).

To allow for unique focal lengths, the variables focallength, hfov, and vfov in the App Designer source code will need to be redefined as numerical arrays with hfov and vfov defined for each camera. Routines computing fov and footprint azimuth will need to be reworked to accept arrays for hfov/vfov/azi or looped over for each camera. The GUI layout will also need to be rethought so that the user can easily define multiple focal lengths -- and we should allow for multiple sensor sizes too while we're at it. Plotting routines will likely need to be updated as well.

The value limits for number of cameras can be easily increased in the design view of App Designer (enter "appdesigner" in the MATLAB command line to open the App Designer interface).

-Kara

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

2 participants