| 19 | } |
| 20 | |
| 21 | bool ScreencapEncodeToFileAndPull::init() |
| 22 | { |
| 23 | tempname_ = format_now_for_filename(); |
| 24 | return true; |
| 25 | } |
| 26 | |
| 27 | std::optional<cv::Mat> ScreencapEncodeToFileAndPull::screencap() |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected