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

Error message from adding a video without a camera #182

Open
annkennedy opened this issue Nov 30, 2023 · 0 comments
Open

Error message from adding a video without a camera #182

annkennedy opened this issue Nov 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@annkennedy
Copy link
Contributor

Another one from re-populating the database: if I add a video with no camera, I get an error message in terminal

  File "K:\Github\bento\src\db\schema_sqlalchemy.py", line 185, in fromDict
    raise RuntimeError(f"No camera with position {d['Camera Position']}")
RuntimeError: No camera with position None

this isn't really a bug, just an annoyance. I am wondering whether we should make camera position a requirement to add videos to the database- an alternative would be to allow adding them without position info, but to require that info only if the user wants to use Bento for secondary steps like passing data to a pose tracker. If we keep it as-is, the process of populating the databases should at least be made a bit more guided to reduce user frustration.

@annkennedy annkennedy added the enhancement New feature or request label Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant