ImageMobjectFromCamera#

Qualified name: manim.mobject.types.image\_mobject.ImageMobjectFromCamera

class ImageMobjectFromCamera(camera, default_display_frame_config=None, **kwargs)[source]#

Bases: AbstractImageMobject

Methods

add_display_frame

get_pixel_array

interpolate_color

Attributes

animate

Used to animate the application of any method of self.

animation_overrides

depth

The depth of the mobject.

height

The height of the mobject.

width

The width of the mobject.

_original__init__(camera, default_display_frame_config=None, **kwargs)#

Initialize self. See help(type(self)) for accurate signature.