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-Vehicle Subwindows #2838

Closed
mhl787156 opened this issue Jul 8, 2020 · 2 comments · Fixed by #2841
Closed

Multi-Vehicle Subwindows #2838

mhl787156 opened this issue Jul 8, 2020 · 2 comments · Fixed by #2841

Comments

@mhl787156
Copy link

Hi, I am wanting to live display a camera from each of the drones I have created. Currently in the settings.json, we add the subwindows like so:

"SubWindows": [
{"WindowID": 0, "ImageType": 0, "CameraName": "3", "Visible": true},
{"WindowID": 1, "ImageType": 3, "CameraName": "0", "Visible": true},
{"WindowID": 2, "ImageType": 6, "CameraName": "4", "Visible": true}
]

Am I correct in saying that CameraName can only refer to cameras of the 'first' drone? Is there a way to an updated way to display other drones's cameras in the subwindows?

As far as I can find, there have only been two previous issues on this problem in particular: #1172 and #133. #1172 presents a possible solution that someone else has implemented, but their changes no longer work as the api has changed.

Pulled from master branch about a week ago. Perhaps adding a 'VehicleName' parameter to the Subwindow entries might allow this feature?

Many Thanks!

@rajat2004
Copy link
Contributor

I've opened #2841 which adds Vehicle option to the Subwindows settings

@mhl787156
Copy link
Author

Amazing thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants