Open
Conversation
I added the altitude 'filter' in line 70 so that the camera was not constantly following the landing aircraft at the local airport. I wanted to be able to identify the aircraft that were going over the top. I live so close to the final approach at my local airport the camera was fixated on following these landing planes because they were always the closest aircraft, I'm literally less than 2 miles from the approach line. I don't have the coding skills to add this as a option in the command line options - but I'm guessing it would be a simple addition, my attempt ended badly. I chose 30000 feet as my boundary as this is supposedly the area where contrails are most likely to be started to be produced.
Author
|
This modification was purely to cut down on the constant following of the landing aircraft as they were always the closest to the camera at less than 3 Km and 1500 ft altitude. By setting a higher flight-level to follow you have a much more wider outlook. With the landing aircraft never more than 3 minutes apart during busy hours the camera was constantly just tracking these landing aircraft. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added the altitude 'filter' in line 70 so that the camera was not constantly following the landing aircraft at the local airport. I wanted to be able to identify the aircraft that were going 'over-the-top'.
I live so close to the final approach at my local airport the camera was fixated on following these landing planes because they were always the closest aircraft, I'm literally less than 2 miles from the approach line.
I don't have the coding skills to add this as an option in the command line options - but I'm guessing it would be a simple addition, my attempt ended badly. I chose 30000 feet as my boundary as this is supposedly the area where contrails are most likely to be started to be produced.