Fixture definitions for control of Capture Visualization's "Capture 2023" visualizer in-software cameras, dmx movers, rotators, and special effects.
Manual: https://www.capture.se/Manual/en-UK/2023/Appendix.html
Known issue - some of the 16-bit values have ranges that go beyond 0-255 and I wasn't sure how best to notate that in the channel capabilities section, since the values span both the MSB and LSB channels.
For example:, in the "DMX Rotator, Alpha & Speed 16-bit Mode" the Coarse Speed (MSB) and Fine Speed (LSB) settings are as follows:
0 - 2559, 0% to 100%
2560 - 33791, Reverse continuous, fast to slow
33792 - 34303, Standstill
34304 – 65535, Forward continuous, slow to fast
Other than the 16-bit capability definitions, all modes are included as listed in the Capture 2023 documentation appendix. Cameras, Smoke Boxes, Media Players, DMX Movers, DMX Rotators, Special Effects, and Water Jet.
-- Paul
Capture Visualization - Capture 2023
-
- Posts: 6
- Joined: Mon Dec 25, 2023 11:51 pm
- Real Name: Paul Schuh
- Attachments
-
- Capture-Visualization-Capture-2023.qxf
- Fixture definitions for Capture 2023 software visualizer.
- (24.99 KiB) Downloaded 77 times
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
To get MSB, divide the value by 256 and LSB is the division remainderSchuhFits wrote: ↑Thu Dec 28, 2023 6:22 am Known issue - some of the 16-bit values have ranges that go beyond 0-255 and I wasn't sure how best to notate that in the channel capabilities section, since the values span both the MSB and LSB channels.
For example:, in the "DMX Rotator, Alpha & Speed 16-bit Mode" the Coarse Speed (MSB) and Fine Speed (LSB) settings are as follows:
0 - 2559, 0% to 100%
2560 - 33791, Reverse continuous, fast to slow
33792 - 34303, Standstill
34304 – 65535, Forward continuous, slow to fast
* 0 - 2559 [0:0]-[9:255]
* 2560 - 33791 [10:0]-[131:255]
* 33792 - 34303 [132:0]-[133:255]
* 34304 – 65535 [134:0]-[255:255]
You see that you can simplify the values by using only the MSB:
* 0 - 2559 -> 0-9
* 2560 - 33791 -> 10-131
* 33792 - 34303 -> 132-133
* 34304 – 65535 -> 134-255
Jano
-
- Posts: 6
- Joined: Mon Dec 25, 2023 11:51 pm
- Real Name: Paul Schuh
Thanks Jano! I've updated the DMX Rotator Coarse Speed channel capabilities.
-- Paul
-- Paul
- Attachments
-
- Capture-Visualization-Capture-2023rev1.qxf
- Fixture definitions for Capture 2023 software visualizer. Revised thanks to feedback from janosvitok.
- (25.2 KiB) Downloaded 67 times