MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / init

Method init

source/MaaAdbControlUnit/Screencap/EncodeToFile.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21bool ScreencapEncodeToFileAndPull::init()
22{
23 tempname_ = format_now_for_filename();
24 return true;
25}
26
27std::optional<cv::Mat> ScreencapEncodeToFileAndPull::screencap()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected