MCPcopy Create free account

hub / github.com/TheMariday/marimapper / functions

Functions277 in github.com/TheMariday/marimapper

Functiondummy_backend_factory
(args: argparse.Namespace)
marimapper/backends/dummy/dummy_backend.py:5
Functiondummy_backend_set_args
(parser)
marimapper/backends/dummy/dummy_backend.py:9
Functionfadecandy_backend_factory
(argparse_args: argparse.Namespace)
marimapper/backends/fadecandy/fadecandy_backend.py:6
Functionfadecandy_backend_set_args
(parser)
marimapper/backends/fadecandy/fadecandy_backend.py:10
Functionfcmega_backend_factory
(args)
marimapper/backends/fcmega/fcmega_backend.py:8
Functionfcmega_backend_set_args
(parser)
marimapper/backends/fcmega/fcmega_backend.py:12
Functionforce_spawn
()
conftest.py:9
Methodget
(self, timeout=None)
marimapper/queues.py:56
Functionget_client_patch
(uri)
test/test_backend.py:83
Methodget_input_queue
(self)
marimapper/visualize_process.py:38
Methodget_led_count
(self)
marimapper/backends/dummy/dummy_backend.py:18
Methodget_led_count
(self)
marimapper/backends/pixelblaze/pixelblaze_backend.py:51
Functionget_max_led_id
(leds3d: list[LED3D])
marimapper/led.py:342
Methodget_request_detections_queue
(self)
marimapper/detector_process.py:110
Functionpixelblaze_backend_factory
(argparse_args: argparse.Namespace)
marimapper/backends/pixelblaze/pixelblaze_backend.py:18
Functionpixelblaze_backend_set_args
(parser)
marimapper/backends/pixelblaze/pixelblaze_backend.py:22
Methodput
(self, leds: list[LED3D])
marimapper/queues.py:44
Methodput
(self, led_states: dict[int, LEDInfo])
marimapper/queues.py:53
Methodput_in_all_output_queues
(self, control: DetectionControlEnum, data)
marimapper/detector_process.py:125
Methodput_pixels
(self, _)
test/test_backend.py:85
Methodqvec2rotmat
(self)
marimapper/pycolmap_tools/read_write_model.py:53
Methodread
(self, _)
test/test_backend.py:133
Functionrender
(index)
marimapper/backends/pixelblaze/marimapper.js:4
Functionreturn_response_patch
(*arg, **kwargs)
test/test_backend.py:101
Functionrotmat2qvec
(R)
marimapper/pycolmap_tools/read_write_model.py:546
Methodrun
(self)
marimapper/detector_process.py:129
Methodrun
(self)
marimapper/file_writer_process.py:34
Methodrun
(self)
marimapper/visualize_process.py:44
Methodrun
(self)
marimapper/sfm_process.py:101
Methodset_current_map
(self, pixelmap_name: str)
marimapper/backends/pixelblaze/pixelblaze_backend.py:65
Methodset_interpolation
Enables or disables frame interpolation on runtime. Return True on success.
marimapper/backends/fadecandy/opc.py:183
Methodset_led
(self, led_index: int, on: bool)
marimapper/backends/fcmega/fcmega_backend.py:34
Methodset_led
(self, led_index: int, on: bool)
marimapper/backends/dummy/dummy_backend.py:21
Methodset_led
(self, led_index: int, on: bool)
marimapper/backends/artnet/artnet_backend.py:109
Methodset_led
(self, led_index: int, on: bool)
marimapper/backends/pixelblaze/pixelblaze_backend.py:56
Methodset_led
(self, led_index: int, on: bool)
marimapper/backends/fadecandy/fadecandy_backend.py:24
Methodstop
(self)
marimapper/detector_process.py:122
Methodstop
(self)
marimapper/file_writer_process.py:21
Methodstop
(self)
marimapper/visualize_process.py:41
Functiontest_2_track_reconstruction
()
test/test_reconstruction.py:69
Functiontest_basic_image_loading
()
test/test_led_identifier.py:8
Functiontest_basic_usage
()
test/test_backend.py:6
Functiontest_capture_sequence
()
test/test_capture_sequence.py:10
Functiontest_capture_sequence_correctness
()
test/test_capture_sequence.py:37
Functiontest_draw_results
()
test/test_led_identifier.py:32
Functiontest_dummy_backend
()
test/test_backend.py:170
Functiontest_fadecandy
(monkeypatch)
test/test_backend.py:79
Functiontest_fcmega
(monkeypatch)
test/test_backend.py:121
Functiontest_file_write
()
test/test_3d_map.py:8
Functiontest_fill_gaps
()
test/test_led_functions.py:31
Functiontest_get_all_maps
()
test/test_2d_map.py:51
Functiontest_get_color
()
test/test_led_functions.py:47
Functiontest_get_led
()
test/test_led_functions.py:64
Functiontest_get_next
()
test/test_led_functions.py:74
Functiontest_invalid_backend_due_to_missing_function
()
test/test_backend.py:31
Functiontest_invalid_backend_due_to_missing_function_arguments
()
test/test_backend.py:55
Functiontest_invalid_device
()
test/test_camera.py:19
Functiontest_invalid_path
()
test/test_2d_map.py:45
Functiontest_invalid_reconstruction_views
()
test/test_reconstruction.py:78
Functiontest_last_view
()
test/test_led_functions.py:88
Functiontest_missing_headers
()
test/test_2d_map.py:31
Functiontest_none_found
()
test/test_led_identifier.py:19
Functiontest_partially_valid_data
()
test/test_2d_map.py:7
Functiontest_pixelblaze
(monkeypatch)
test/test_backend.py:151
Functiontest_reconstruction
()
test/test_reconstruction.py:42
Functiontest_remove_duplicates
()
test/test_led_functions.py:14
Functiontest_rescale_basic
()
test/test_rescale.py:4
Functiontest_sfm_process_basic
()
test/test_sfm_process.py:10
Functiontest_sfm_process_exit
()
test/test_sfm_process.py:32
Functiontest_sparse_reconstruction
()
test/test_reconstruction.py:54
Functiontest_timeout_controller_basic
()
test/test_timeout_controller.py:12
Functiontest_timeout_controller_rolling_buffer
()
test/test_timeout_controller.py:23
Functiontest_timeout_controller_with_not_enough_samples
()
test/test_timeout_controller.py:4
Functiontest_valid_device
()
test/test_camera.py:6
Functiontest_wled
(monkeypatch)
test/test_backend.py:97
Functionwled_backend_factory
(argparse_args: argparse.Namespace)
marimapper/backends/wled/wled_backend.py:7
Functionwled_backend_set_args
(parser)
marimapper/backends/wled/wled_backend.py:11
← previous201–277 of 277, ranked by callers