-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Hover and capture: loiter time based on camera exposure time #7486
Comments
There is no way for QGC to be aware of exposure time though. In addition, is any gimbal good enough to maintain a camera steady for a long exposure? How long of an exposure are we talking about? |
It can just be part of the settings for each camera.
It is not gimbal dependent, but rather depends on the hover time of the vehicle. For instance, at night you want to increase the shutter speed and hence the hover time should be increased as well. |
QGC itself has no knowledge of exposure. It's a (custom) camera parameter and not something that can be set from a mission command. It's not impossible to implement but I wonder how useful this is given the effort it would take.
It is very gimbal dependent if you are talking about exposures greater than 100ms. The camera has to be absolutely still for that long. I can't imagine a situation where very long exposures (greater than 1 second) would ever work. |
Not in the case that I describe. For this issue, you can assume the gimbal is perfect.
If I set a survey with hover-and-capture and trigger distance 2m and there are no additional settings, then I expect the drone to hover-and-capture long enough without creating blurry images. We could also add a setting where the user has to set the hover time himself, or the survey is generated automatically with hover time based on the already provided settings. |
Alright, this makes sense and it is not related to "exposure" time. That is, what you are requesting is that when you tell the mission to hover and capture, truly stop the drone before triggering the camera and resuming flight. The duration of the hover period won't ever be over a second given that it's unreasonable to think a drone can take a very long exposure without movement (and it will take longer than that to fully stop and become static.) @DonLakeFlyer will need to chime in here. The flight controller would be the one to know when the drone is static and only then issue the camera trigger command. |
Partially. There are two issues: In one of the tests that we conducted at night, we changed the shutter speed of the camera. The blurry of the images was aligned with the motion of the vehicle, indicating that the drone was already in forwarding flight during capture. |
This requires two (or maybe more) new mavlink commands:
|
Can that not be solved with the current message? Is there ever the case where someone wants to do hover-and-capture (not fly-through) and does not care about the precise location? |
feature request
It would be great if hover-and-capture depends on the exposure time of the camera.
The text was updated successfully, but these errors were encountered: