Brainrender docs
Search…
Introduction
Installation
Installing brainrender
Usage
Introduction
Actors
Using your data
Scene
Using Notebooks
Videos, animations and exporting to html
Brainrender GUI
Info
Getting in touch
Referencing brainrender
Publications using brainrender
Autogenerated Docs
brainrender
init
scene
cli
colors
ABA
Utils
webqueries
actors_funcs
data_io
init
paths_manager
volume
camera
data_manipulation
video
Animation
Morphology
Atlases
Powered By
GitBook
camera
Contents
​
check_camera_param
[#44]
​
​
buildcam
[#70]
​
​
set_camera_params
[#108]
​
​
set_camera
[#117]
​
​
get_camera_params
[#140]
​
check_camera_param
[#44]
Check the
source code
online
1
def
check_camera_param
(
camera
):
Copied!
 docstring:
no docstring
buildcam
[#70]
Check the
source code
online
1
def
buildcam
(
cm
):
Copied!
 docstring:
1
Builds a camera from a dictionary of parameters, from vedo
Copied!
set_camera_params
[#108]
Check the
source code
online
1
def
set_camera_params
(
camera
,
params
):
Copied!
 docstring:
no docstring
set_camera
[#117]
Check the
source code
online
1
def
set_camera
(
scene
,
camera
):
Copied!
 docstring:
1
Sets the position of the camera of a brainrender scene.
2
​
3
:param scene: instance of Scene()
4
​
5
:param camera: either a string with the name of one of the available
6
cameras, or
7
​
8
a dictionary of camera parameters.
Copied!
get_camera_params
[#140]
Check the
source code
online
1
def
get_camera_params
(
scene
=
None
,
camera
=
None
):
Copied!
 docstring:
1
Given an active brainrender scene, it return
2
​
3
the camera parameters.
Copied!
Previous
volume
Next
data_manipulation
Last modified
1yr ago
Export as PDF
Copy link
Contents
Contents
check_camera_param [#44]
buildcam [#70]
set_camera_params [#108]
set_camera [#117]
get_camera_params [#140]