FisheyeCamera.
snapshot
(fn=None, clip_ratio=None, double_check=False, num_threads=0, transparent=False)¶Ray-cast the camera.
This method instructs the camera to take a snapshot – i.e., call the ray caster – based on its current settings.
Parameters: | fn : string, optional
clip_ratio : float, optional
double_check : bool, optional
num_threads : int, optional
transparent: bool, optional :
|
---|---|
Returns: | image : array
|