ME 405 Term Project: Thermal Imaging Nerf Turret 1.0
A library that contains software used to control and fire an automated Nerf turret. The turret uses a MLX90640 Thermal Imaging camera to determine opponent's position and fire.
src.mlx_cam.MLX_Cam Member List

This is the complete list of members for src.mlx_cam.MLX_Cam, including all inherited members.

__init__(self, i2c, address=0x33, pattern=ChessPattern, width=NUM_COLS, height=NUM_ROWS)src.mlx_cam.MLX_Cam
_addrsrc.mlx_cam.MLX_Camprotected
_camera (defined in src.mlx_cam.MLX_Cam)src.mlx_cam.MLX_Camprotected
_getting_imagesrc.mlx_cam.MLX_Camprotected
_heightsrc.mlx_cam.MLX_Camprotected
_i2csrc.mlx_cam.MLX_Camprotected
_imagesrc.mlx_cam.MLX_Camprotected
_patternsrc.mlx_cam.MLX_Camprotected
_subpagesrc.mlx_cam.MLX_Camprotected
_widthsrc.mlx_cam.MLX_Camprotected
ascsrc.mlx_cam.MLX_Camstatic
ascii_art(self, array)src.mlx_cam.MLX_Cam
ascii_image(self, array, pixel="██", textcolor="0;180;0")src.mlx_cam.MLX_Cam
get_csv(self, array, data, limits=None)src.mlx_cam.MLX_Cam
get_image(self)src.mlx_cam.MLX_Cam
get_image_nonblocking(self)src.mlx_cam.MLX_Cam