ImageMobjectFromCamera¶
Qualified name: manim.mobject.types.image\_mobject.ImageMobjectFromCamera
- class ImageMobjectFromCamera(camera, default_display_frame_config=None, **kwargs)[source]¶
Bases:
AbstractImageMobjectMethods
add_display_frameget_pixel_arrayinterpolate_colorAttributes
alwaysCall a method on a mobject every frame.
animateUsed to animate the application of any method of
self.animation_overridesdepthThe depth of the mobject.
heightThe height of the mobject.
widthThe width of the mobject.
- Parameters:
camera (MovingCamera)
default_display_frame_config (dict[str, Any] | None)
kwargs (Any)
- _original__init__(camera, default_display_frame_config=None, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
camera (MovingCamera)
default_display_frame_config (dict[str, Any] | None)
kwargs (Any)
- Return type:
None