|
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.
|
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 | |
| _addr | src.mlx_cam.MLX_Cam | protected |
| _camera (defined in src.mlx_cam.MLX_Cam) | src.mlx_cam.MLX_Cam | protected |
| _getting_image | src.mlx_cam.MLX_Cam | protected |
| _height | src.mlx_cam.MLX_Cam | protected |
| _i2c | src.mlx_cam.MLX_Cam | protected |
| _image | src.mlx_cam.MLX_Cam | protected |
| _pattern | src.mlx_cam.MLX_Cam | protected |
| _subpage | src.mlx_cam.MLX_Cam | protected |
| _width | src.mlx_cam.MLX_Cam | protected |
| asc | src.mlx_cam.MLX_Cam | static |
| 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 |