Searched refs:screenshot_path (Results 1 – 1 of 1) sorted by relevance
33 def check_bootrom_framebuffer(self, screenshot_path): argument44 command_line='screendump %s' % screenshot_path)49 screenshot_path = os.path.join(self.workdir, "dump.ppm")50 self.check_bootrom_framebuffer(screenshot_path)52 width, height = Image.open(screenshot_path).size62 screenshot_path = os.path.join(self.workdir, "dump.ppm")63 self.check_bootrom_framebuffer(screenshot_path)64 lines = tesseract_ocr(screenshot_path)