Replies: 8 comments
-
Hi, yes, the code to create a MISB video is https://github.com/All4Gis/QGISFMV/blob/master/code/manager/QgsMultiplexor.py To calculate and create the corners to generate the footprints is in https://github.com/All4Gis/QGISFMV/blob/master/code/utils/QgsFmvUtils.py#L966 or https://github.com/All4Gis/QGISFMV/blob/master/code/utils/QgsFmvUtils.py#L1043 and the function to update the layers, beams, footprints etc https://github.com/All4Gis/QGISFMV/blob/master/code/utils/QgsFmvUtils.py#L766 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help. |
Beta Was this translation helpful? Give feedback.
-
Nopre sorry, I don't have much time right now and I would have to study this case better. |
Beta Was this translation helpful? Give feedback.
-
Thanks, can I know how to change the packet that the video multiplexor created? |
Beta Was this translation helpful? Give feedback.
-
change the packet created by the multiplexer of this plugin, or change a packet of a multiplexed video, that part you would have to implement to extract the packets, modify them and multiplex again.But if you are using this multiplexor, debug the code and fix the error, maybe some calculation or data is not correct, check the code https://github.com/All4Gis/QGISFMV/blob/master/code/manager/QgsMultiplexor.py |
Beta Was this translation helpful? Give feedback.
-
Do you know where the code can change the update rate from 2 second to 1 second? |
Beta Was this translation helpful? Give feedback.
-
depend of the pass time, QGISFMV/code/player/QgsFmvPlayer.py Line 1165 in ff1f105 and the default value is QGISFMV/code/manager/QgsManager.py Line 66 in ff1f105 But, honestly I dont remenber well, maybe is this value cheers |
Beta Was this translation helpful? Give feedback.
-
Hello, do you know where the code can change the svg icon of platform symbol? |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I want to try satellite motion video in QGISFMV, when I create the MISB using video multiplexer, I only can see the frame center, others cannot be shown (like footprint, beams, etc).
Because of small FOV (0.3), I change the form of FOV fill-in UI into float. Another issue is the big number of height(around 50,000 meters), I think this is the problem causing the error too.
Expected behavior
I think it can solve with the video which has the big number of height and small number of FOV. I had tried to check the code but I couldn't find where the code can control this problem(no footprint, platform, beams be shown).
Screenshots
Only can see the frame center
Desktop (please complete the following information):
Additional context
If you can tell me where is the code of drawing footprint and beams, maybe I can try to fix it.
Thanks for the great job of providing QGISFMV.
Beta Was this translation helpful? Give feedback.
All reactions