Usage ¶
setInputCameraInfo(session: hapi.Session, node_id: int, camera_info: hapi.CameraInfo) → bool
Configures the SOP Camera node’s parameters.
session
The session of Houdini you are interacting with. See hapi.Session for more on sessions. Pass None to just use the default in-process session.
node_id
The node id of a node created with hapi.createInputCameraNode.
camera_info
A hapi.CameraInfo struct with camera configuration that will be used to set the parameters on the camera node.