_CRarCameraParam
Create a new camera parameter.
Prototype :
fun [Chn I I F F P] ObjArCameraParam
- Chn : a channel, typically the current channel
- I : the camera picture width
- I : the camera picture height
- F : the camera near clip
- F : the camera far clip
- P : a camera parameter definition file (openCV yaml)
Return : ObjArCameraParam the new object or nil if error.
See also :
Example :