Searched defs:frame (Results 1 – 5 of 5) sorted by relevance
/scripts/pylib/display-twister-harness/camera_shield/plugins/ |
A D | signature_plugin.py | 43 def generate_frame_signature(self, frame, method="combined") -> dict: argument 266 def generate_video_fingerprint(self, frame, method="combined") -> dict: argument 473 def process_frame(self, frame): argument 481 def handle_results(self, result, frame): argument
|
/scripts/utils/ |
A D | wifi_ent_cert_installer.py | 13 def signal_handler(sig, frame): argument
|
/scripts/pylib/display-twister-harness/camera_shield/uvc_core/ |
A D | camera_controller.py | 50 def show_frame(self, frame): argument 62 def smart_focus(self, frame): argument 158 def show_analysis(self, analysis, frame=None): argument
|
A D | plugin_base.py | 20 def process_frame(self, frame) -> dict: argument 24 def handle_results(self, result, frame): argument
|
/scripts/pylib/display-twister-harness/camera_shield/ |
A D | main.py | 74 def handle_results(self, results, frame): argument
|
Completed in 5 milliseconds