Is it possible through the commands api in Python or Mu to query the current active DisplayGroup that the RV window is using?
We're on a set up where everyone has two monitors. Unlike the single input to the ViewGroup, the output connections to the ViewGroup are always both DisplayGroups. I'm attempting to script up a full chain of all the nodes from SourceGroup to DisplayGroup but I can't seem to figure out how to query the "active" DisplayGroup. I realize that unlike the source groups which there is always only one of, both DisplayGroups are active, but the RV window seems to choose the one depending on which display the playback window is on. And the display dropdown in the UI has the name of the active DisplayGroup. In addition, I seem to be able to adjust only the active Display's brightness when using "@RVDisplayColor" as the node. So internally it seems that RV has access to this information, but is there any way to query it from a script?
Am I thinking about this the wrong way? Or do I need to somehow get the presentation device even if I am not in presentation mode?