Skip to content

Capture

Capture can be integrated into the EVO workflow. These are suggested expressions for controlling the visualizer camera within Capture from Disguise based on the following information available from Capture documentation.

bit depth = 16max value = 2 pow(bit depth) = 65536
output min = -32768 output max = 32768 output range = output max - output min = 65536
output to bit ratio = max value / output range = 1

Capture Camera control X, Y, Z:

ValueExpression
1(camera:camera.offset.x*100+32768%65536)/256
2camera:camera.offset.x*100+32768%256
3(unassigned)
4(camera:camera.offset.y*100+32768%65536)/256
5camera:camera.offset.y*100+32768%256
6(unassigned)
7((camera:camera.offset.z*-1)*100+32768%65536)/256
8(camera:camera.offset.z*-1)*100+32768%256

Camera Control Rotation:

ValueExpression
1(camera:camera.rotation.y*182+180*182.044%65536)/256
2camera:camera.rotation.y*182+180*182.044%256
3(unassigned)
4(camera:camera.rotation.x*182+180*182.044%65536)/256
5camera:camera.rotation.x*182+180*182.044%256
6(unassigned)
7(camera.camera.rotation.z*182+180*182.044%65536)/256
8camera:camera.rotation.z*182+180*182.044%256