Fidel Yin
Fidel Yin
support for Cloak plugin wanted too
```yml audio: - title: 列表1 list: - https://music.163.com/#/playlist?id=2943811283 - https://music.163.com/#/playlist?id=2297706586 - title: 列表2 list: - https://music.163.com/#/playlist?id=2031842656 ``` 注意 `list` 的缩进
在 www.algolia.com 注册账号,创建项目,在 `/_config.yml` 中配置 `appId`& `apiKey` & `adminApiKey`。 使用以下命令生成索引: ``` hexo algolia ``` hexo-algoliasearch 文档:https://github.com/LouisBarranqueiro/hexo-algoliasearch 另建议 @amehime 可在文档插件配置部分添加以上文档链接或简述。
@SerokSSR Thanks! I've submitted these changes in the latest commit. Besides, the problem of `segment.njk` caused by my mistake has been fixed.
您的配置文件中出现了两次 `markdown`。 > FATAL YAMLException: **duplicated mapping key** at line 133, column -723: 请善用报错提示和百度 / Google 翻译。 此 Issue 可以 Close。
Could you provide more information about this? By the way, for the black screen capturing issue, sleeping a second before the first grab may work.
Attempted to fix it in 15cbb47e8c29d223351e6e249310bacc8aa2b3e0. Try this build: https://github.com/Fidelxyz/DXCam-CPP/actions/runs/13066522070
Hi! It is a good idea benchmarking the real grabbing cost, but there are some issues to be resolved before we are ready for this pull request. The issue is...
Oh, that `grab()` does not return an empty Mat when it grabs identical frames, is a bug. I have fixed it. It should behave the same as Python DXcam now....
I don't think OpenCV will slow down the program much. Here is the profiling result on a benchmark. In some cases, this library uses OpenCV for some frame post-processing (like...