The phrase most likely refers to technical configurations related to the User Datagram Protocol (UDP) within Axis Communications video management software, specifically for Live View streaming .
fig = go.Figure(data=[go.Scatter3d(x=[0,1,2], y=[0,1,0], z=[0,1,2])]) fig.update_layout(scene=dict( xaxis_title="X", yaxis_title="Y", zaxis_title="Z", camera=dict(up=dict(x=0, y=0, z=1)) # live orientation )) live view axis upd