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

How do I manually trigger the camera? #160

Closed
a113speederbot opened this issue Feb 24, 2024 · 4 comments
Closed

How do I manually trigger the camera? #160

a113speederbot opened this issue Feb 24, 2024 · 4 comments

Comments

@a113speederbot
Copy link

This is just a fantastic piece of work! Thank you so much to @pageauc for putting this awesome program together.

I know this is probably a very basic question but I can't find an answer to it: how do I trigger the camera manually, please?

Thanks!

@pageauc
Copy link
Owner

pageauc commented Feb 24, 2024

There is a setting to align the camera. Not really manual like pressing a button but allows taking images at a selected frequency without motion tracking. Image can be found in recent and is updated every specified seconds so use webserver refresh button to update image. Default is False (Off) so you will need to edit config.py to enable.

    ALIGN_CAM_ON = True      # Default=False  True Saves alignment image to help with camera pointing
    ALIGN_DELAY_SEC = 3       # Default=3 seconds delay between each alignment image in recent folder

Claude ...

@a113speederbot
Copy link
Author

a113speederbot commented Feb 24, 2024

There is a setting to align the camera. Not really manual like pressing a button but allows taking images at a selected frequency without motion tracking. Image can be found in recent and is updated every specified seconds so use webserver refresh button to update image. Default is False (Off) so you will need to edit config.py to enable.

    ALIGN_CAM_ON = True      # Default=False  True Saves alignment image to help with camera pointing
    ALIGN_DELAY_SEC = 3       # Default=3 seconds delay between each alignment image in recent folder

Claude ...

Excellent, many thanks, Claude. One more thing (I hope), when changing settings in config.py, how do make them take effect? Stopping and starting speed_cam.py doesn't seem to do the trick. Should I be doing something else?

Thank you.

EDIT: Hang on, I think it's working now.

@pageauc
Copy link
Owner

pageauc commented Feb 24, 2024 via email

@a113speederbot
Copy link
Author

Thank you, Claude - good to have that verified. Thank you for helping and being so friendly to somebody who's new at this. Probably I'll bother you some more but we can close this one. All the best to you - this is awesome!

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