-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Now that we have gopro-dashboard-overlay working for DJI Action cameras (thanks for that!), it would be great if you could incorporate a layout for DJI's 2.5k resolution, which is ever-so-slightly lower than GoPro's (2688x1512 vs 2704x1520).
With no changes, I get this error when attempting to run:
OSError: Unable to locate bundled layout resource: default-2688x1512. You may need to create a custom layout for this frame size
I found that by simply symlinking the existing default-2704x1520.xml to default-2688x1512.xml, the program works and the layout of dashboard is good enough (see attached screenshot).
Could you either do that link in the layouts subdirectory or (probably preferable) create a default-2688x1512.xml file using either default-2704x1520.xml or a slightly-tweaked version, as you prefer? I could supply a short DJI 2.5k video if it would help in customizing the positioning.
