<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[V851S上的ISP真的坏了吗?]]></title><description><![CDATA[<p dir="auto">大家好，在尝试让 ISP (isp600) 在 V851S 上工作几周后，我发现它非常不稳定，并且大多数演示都无法工作。 有几篇文章提到了 ISP 问题，但关于 V851S 的文章很少，所以我想问是否有人知道这是否是预期的行为。</p>
<p dir="auto">作为参考，我在这里使用的板是 <a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/317">@YuzukiTsuru</a>  的 yukilizard，带有 GC2053 相机（可以使用）。</p>
<p dir="auto">首先，这个isp似乎不能与tigerISP正常工作。 我注意到该软件及其文档没有提及 V851S（仅提及 V853 和较旧的芯片）。 当我使用 TigerISP 通过 ADB 连接到 yuzukilizard 板，并且 aw600 应用程序服务器正常启动时，应用程序成功连接到 adb 设备，然后连接到 AWISP 服务器。 但随后它根本无法加载配置，并且除了原始图像捕获之外，tigerisp 应用程序上没有任何功能。 所有黑白平衡、镜头校正、色彩校正甚至流媒体功能都被破坏。</p>
<p dir="auto">然后，当使用 debug 参数启动“camerademo”示例时，当完成 ISP 相关测试时，我在示例的最后收到以下 ISP 错误：</p>
<pre><code class="language-bash">camerademo NV21 1920 1088 30 bmp /home 5 debug
... various things ... (capture is successful here)
[CAMERA_DEBUG] camera fps = 20.4.
[CAMERA_DEBUG]***************************************************************
[ISP]save isp_ctx to /mnt/isp0_1920_1088_20_0_ctx_saved.bin success, data_len:24508!!!
[CAMERA] close /dev/video0
ion_alloc_close
pid: 866, release g_alloc_context = 0xb6d66fe0
[CAMERA_DEBUG]***************************************************************
[CAMERA_DEBUG] Performance Testing---format:NV21 size:1920 * 1088
[   35.996775] [VIN_ERR]isp0 rdma fifo full
[   36.001174] [VIN_ERR]isp0 rdma fifo of d3d rec fifo overflow
[   36.007506] [VIN]__sunxi_isp_reset:isp0 reset!!!,ISP frame number is 0
[   36.047255] [VIN_ERR]isp0 rdma fifo full
[   36.051643] [VIN_ERR]isp0 rdma fifo of d3d rec fifo overflow
[   36.057977] [VIN]__sunxi_isp_reset:isp0 reset!!!,ISP frame number is 0
[   36.145517] [VIN]MULF_DONE come
[   36.196006] [VIN]MULF_DONE come
[CAMERA_DEBUG] The interval from open to streaming is 703 ms.
[CAMERA_DEBUG]***************************************************************
</code></pre>
<p dir="auto">这是预期的行为吗？</p>
<p dir="auto">当使用 RAW 格式（无 ISP）调用camerademo debug 时，不会发生这种情况，因此这是与 ISP 相关的异常。</p>
<pre><code class="language-bash">[CAMERA_DEBUG]***************************************************************
[CAMERA_DEBUG] Performance Testing---format:GRBG10 size:1920 * 1088
[  179.418663] [VIN]MULF_DONE come
[  179.422888] [VIN]MULF_DONE come
[CAMERA_DEBUG] The interval from open to streaming is 465 ms.
[CAMERA_DEBUG]***************************************************************
</code></pre>
<p dir="auto">奇怪的是，在常规模式下使用camerademo 时，ISP 操作<em>确实</em>有效，因为很明显，图像在几帧后得到了改善。</p>
<p dir="auto">最后，过去两周我一直在尝试使 uvcout usb 示例在该板上工作，但未能成功。 如随附的开发日志中所述，主机上的 uvcvideo 内核模块无法识别主板，直到重新加载内核（第一个烦恼）。 即使在那之后，如果我尝试使用“guvcview”启动视频流，V851S 也会在崩溃时给出 ISP MJPEG 相关错误和一堆转储日志。 这些都不起作用。 请参阅随附的视频。<br />
<a href="/assets/uploads/files/1704920576038-screencast-from-08-01-2024-22-53-55.webm">Screencast from 08-01-2024 22:53:55.webm</a><br />
另外，与 ISP 相关的示例似乎可以正常工作...所以请告诉我，这是该平台的已知问题吗？ 我是在浪费时间吗？ 我至少希望提供的样本能够工作，但现在他们真的没有......<br />
<a href="/assets/uploads/files/1704920626517-devlog.md">devlog.md</a></p>
]]></description><link>https://bbs.aw-ol.com/topic/4923/v851s上的isp真的坏了吗</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 09:56:25 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/4923.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Jan 2024 21:20:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Thu, 08 Feb 2024 18:25:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1915">@awwwwa</a> 感谢您的链接，这是一个有趣的解决方案，非常接近我想要实现的目标，我相信这使用了专有的闭源 tina-os，对吧？ 但由于这只是一个磁盘映像而不是开源的，我无法真正使用它，特别是因为它是用于 V851SE 而不是 V851S...我想在芯片上实现我自己的驱动程序和图像处理方法，从什么 我知道这需要 NDA 下的专有 sdk...</p>
]]></description><link>https://bbs.aw-ol.com/post/21252</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/21252</guid><dc:creator><![CDATA[kanken6174]]></dc:creator><pubDate>Thu, 08 Feb 2024 18:25:22 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Tue, 06 Feb 2024 02:23:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/4059">@kanken6174</a> TinyVision 制作的高清 1080P USB 摄像头<br />
<a href="https://bbs.aw-ol.com/topic/5030/share/1">https://bbs.aw-ol.com/topic/5030/share/1</a></p>
]]></description><link>https://bbs.aw-ol.com/post/21212</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/21212</guid><dc:creator><![CDATA[awwwwa]]></dc:creator><pubDate>Tue, 06 Feb 2024 02:23:38 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Tue, 23 Jan 2024 19:59:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/317">@yuzukitsuru</a> 是的，我确实看到了您在该项目上的努力，我感谢您，因为它将非常有用。 问题是我的项目围绕从 V851S 创建 USB 网络摄像头展开，为此我需要编码器才能工作，并且根据我的理解，我需要 tina 的闭源变体才能使 SOC 的这一部分工作。</p>
<p dir="auto">我目前正在尝试让上述 SDK 工作，因为我现在拥有它，但创建图像时仍然存在一些错误，因此我仍然需要对其进行处理。</p>
]]></description><link>https://bbs.aw-ol.com/post/21038</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/21038</guid><dc:creator><![CDATA[kanken6174]]></dc:creator><pubDate>Tue, 23 Jan 2024 19:59:19 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Mon, 22 Jan 2024 12:43:44 GMT]]></title><description><![CDATA[<p dir="auto">花了点时间适配了开源版本的V851 ISP，并且支持OpenCV开摄像头拍照，不需要mpp了</p>
<p dir="auto">可能对你有帮助<br />
<a href="https://www.gloomyghost.com/live/20240121.aspx" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.gloomyghost.com/live/20240121.aspx</a></p>
]]></description><link>https://bbs.aw-ol.com/post/21013</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/21013</guid><dc:creator><![CDATA[YuzukiTsuru]]></dc:creator><pubDate>Mon, 22 Jan 2024 12:43:44 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Fri, 19 Jan 2024 23:23:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/111">@baiwen</a> <s>您收到电子邮件了吗？ 我还没有收到你的回复</s> 我确实与 100ask 解决了这个问题，现在我正在尝试让其他 SDK 实际构建。 （希望我不必从百度云中提取它，因为我没有它的帐户）。 如果它最终适用于与我类似的未来案例，我将更新该帖子。</p>
]]></description><link>https://bbs.aw-ol.com/post/20886</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20886</guid><dc:creator><![CDATA[kanken6174]]></dc:creator><pubDate>Fri, 19 Jan 2024 23:23:42 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Sat, 13 Jan 2024 09:56:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/111">@baiwen</a> 我已发送电子邮件至support@100ask.net，主题是 "关于 yuzukilizard V851S tina OS 编码器的问题"，它是通过我的outlook邮件发送的，所以地址与我的论坛名称不一样。</p>
]]></description><link>https://bbs.aw-ol.com/post/20829</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20829</guid><dc:creator><![CDATA[kanken6174]]></dc:creator><pubDate>Sat, 13 Jan 2024 09:56:58 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Sat, 13 Jan 2024 06:42:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/4059">@kanken6174</a> 谢谢您的理解！</p>
]]></description><link>https://bbs.aw-ol.com/post/20825</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20825</guid><dc:creator><![CDATA[baiwen]]></dc:creator><pubDate>Sat, 13 Jan 2024 06:42:18 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Sat, 13 Jan 2024 06:41:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/4059">@kanken6174</a> 好的，发送邮件后，可以通知我，我将给你处理 SDK问题</p>
]]></description><link>https://bbs.aw-ol.com/post/20824</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20824</guid><dc:creator><![CDATA[baiwen]]></dc:creator><pubDate>Sat, 13 Jan 2024 06:41:57 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Fri, 12 Jan 2024 12:49:02 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://bbs.aw-ol.com/topic/4010/%E6%9F%9A%E6%9C%A8pi%E8%9C%A5%E8%9C%B4-v851s-mpp-sample-rtsp-%E8%BF%90%E8%A1%8C%E4%B8%8D%E4%BA%86">https://bbs.aw-ol.com/topic/4010/柚木pi蜥蜴-v851s-mpp-sample-rtsp-运行不了</a><br />
<a href="https://forums.100ask.net/t/topic/3782" target="_blank" rel="noopener noreferrer nofollow ugc">https://forums.100ask.net/t/topic/3782</a><br />
<a href="https://bbs.aw-ol.com/topic/3401/v853-rtsp-%E6%8E%A8%E6%B5%81%E9%81%87%E5%88%B0%E9%97%AE%E9%A2%98">https://bbs.aw-ol.com/topic/3401/v853-rtsp-推流遇到问题</a></p>
<p dir="auto">很多人似乎都遇到了与我遇到的相同的编码器问题...看起来 SDK 的基本版本缺少一些组件，我将通过 100Ask 看看是否可以以某种方式解决这个问题...</p>
]]></description><link>https://bbs.aw-ol.com/post/20819</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20819</guid><dc:creator><![CDATA[kanken6174]]></dc:creator><pubDate>Fri, 12 Jan 2024 12:49:02 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Fri, 12 Jan 2024 08:05:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/111">@baiwen</a> 鉴于板上存在 wifi 收发器并且也没有 CE 标记，这是有道理的...祝您获得认证好运，以便您可以恢复业务... 我会通过电子邮件与您联系.</p>
]]></description><link>https://bbs.aw-ol.com/post/20816</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20816</guid><dc:creator><![CDATA[kanken6174]]></dc:creator><pubDate>Fri, 12 Jan 2024 08:05:48 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Fri, 12 Jan 2024 07:34:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/4059">@kanken6174</a> 非常抱歉，给您带来了 不好的体验， V851S商品没有下架，平台最近对认证有着非常严格的要求，导致我们的商品无法在 欧盟地区 售卖。<br />
<img src="/assets/uploads/files/1705044806305-37d46937-2780-42fe-8f3c-11db02fde5f1-image.png" alt="37d46937-2780-42fe-8f3c-11db02fde5f1-image.png" class=" img-responsive img-markdown" width="1430" height="1114" /><br />
有相关问题，可以 发 邮件到 <a href="mailto:support@100ask.net" target="_blank" rel="noopener noreferrer nofollow ugc">support@100ask.net</a><br />
我们会单独处理。<br />
<img src="/assets/uploads/files/1705044711871-484085b5-c426-4c09-8491-c754e5c828b2-image.png" alt="484085b5-c426-4c09-8491-c754e5c828b2-image.png" class=" img-responsive img-markdown" width="655" height="287" /></p>
]]></description><link>https://bbs.aw-ol.com/post/20814</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20814</guid><dc:creator><![CDATA[baiwen]]></dc:creator><pubDate>Fri, 12 Jan 2024 07:34:08 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Fri, 12 Jan 2024 06:48:19 GMT]]></title><description><![CDATA[<p dir="auto">我还运行了与编码器相关的各种示例，它们的失败方式与 uvcout 演示中完全相同。 遗憾的是，libcerdarX 驱动程序也与该 ISP 不兼容（很可能是因为它是社区的努力，所以太新了？），请参阅附加日志 venc 失败。<br />
<a href="/assets/uploads/files/1705042020202-full_error_log.log">full_error_log.log</a><br />
<img src="/assets/uploads/files/1705042091987-unnamed.png" alt="unnamed.png" class=" img-responsive img-markdown" width="554" height="73" /></p>
]]></description><link>https://bbs.aw-ol.com/post/20813</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20813</guid><dc:creator><![CDATA[kanken6174]]></dc:creator><pubDate>Fri, 12 Jan 2024 06:48:19 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Fri, 12 Jan 2024 06:44:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/42">@xiaowenge</a> 这是一家叫东山皮店的店，我的订单完成后他们就删除了所有的产品清单...</p>
<p dir="auto">我已经给他们发了一条消息，我正在等待他们是否回复，但我不确定为什么像这样的速卖通供应商会向我提供 NDA 软件......但我仍然希望<br />
<a href="https://dongshanpi.aliexpress.com/store/1100086087" target="_blank" rel="noopener noreferrer nofollow ugc">https://dongshanpi.aliexpress.com/store/1100086087</a></p>
<p dir="auto"><img src="/assets/uploads/files/1705041518573-55752495-c8a4-4836-991f-cf92d8ea7cf9-image.png" alt="55752495-c8a4-4836-991f-cf92d8ea7cf9-image.png" class=" img-responsive img-markdown" width="520" height="217" /><br />
<img src="/assets/uploads/files/1705041464811-a325aba4-2a65-4676-8761-db99a697db9e-image.png" alt="a325aba4-2a65-4676-8761-db99a697db9e-image.png" class=" img-responsive img-markdown" width="955" height="230" /></p>
]]></description><link>https://bbs.aw-ol.com/post/20812</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20812</guid><dc:creator><![CDATA[kanken6174]]></dc:creator><pubDate>Fri, 12 Jan 2024 06:44:39 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Fri, 12 Jan 2024 03:08:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/4059">@kanken6174</a> 在 <a href="/post/20800">V851S上的ISP真的坏了吗?</a> 中说：</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1915">@awwwwa</a> 我从一家速卖通商店买了它，但在我拿到主板三天后，这家商店就消失了……所以这会很困难... <img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f635.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--dizzy_face" title=":dizzy_face:" alt="😵" /></p>
</blockquote>
<p dir="auto">是哪家速卖通店铺？</p>
]]></description><link>https://bbs.aw-ol.com/post/20807</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20807</guid><dc:creator><![CDATA[xiaowenge]]></dc:creator><pubDate>Fri, 12 Jan 2024 03:08:32 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Fri, 12 Jan 2024 01:03:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/4059">@kanken6174</a> <a href="mailto:support@100ask.net" target="_blank" rel="noopener noreferrer nofollow ugc">support@100ask.net</a></p>
]]></description><link>https://bbs.aw-ol.com/post/20806</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20806</guid><dc:creator><![CDATA[YuzukiTsuru]]></dc:creator><pubDate>Fri, 12 Jan 2024 01:03:11 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Fri, 12 Jan 2024 01:02:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/739">@mysteryli</a> TigerISP是调试ISP的软件</p>
]]></description><link>https://bbs.aw-ol.com/post/20805</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20805</guid><dc:creator><![CDATA[YuzukiTsuru]]></dc:creator><pubDate>Fri, 12 Jan 2024 01:02:28 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Thu, 11 Jan 2024 12:32:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/317">@yuzukitsuru</a> trigerISP和ISP是什么区别呢</p>
]]></description><link>https://bbs.aw-ol.com/post/20802</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20802</guid><dc:creator><![CDATA[mysteryli]]></dc:creator><pubDate>Thu, 11 Jan 2024 12:32:05 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Thu, 11 Jan 2024 09:53:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1915">@awwwwa</a> 我从一家速卖通商店买了它，但在我拿到主板三天后，这家商店就消失了……所以这会很困难... <img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f635.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--dizzy_face" title=":dizzy_face:" alt="😵" /></p>
]]></description><link>https://bbs.aw-ol.com/post/20800</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20800</guid><dc:creator><![CDATA[kanken6174]]></dc:creator><pubDate>Thu, 11 Jan 2024 09:53:41 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Thu, 11 Jan 2024 09:21:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/4059">@kanken6174</a> 联系购买板子的客服即可获得相关支持</p>
]]></description><link>https://bbs.aw-ol.com/post/20799</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20799</guid><dc:creator><![CDATA[awwwwa]]></dc:creator><pubDate>Thu, 11 Jan 2024 09:21:55 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Thu, 11 Jan 2024 08:51:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/317">@yuzukitsuru</a> 感谢您的澄清，这让我节省了几周的时间...这是否也意味着在没有 NDA 下的软件的情况下根本没有机会让 USB uvcout 演示正常工作？ 这就是我整个基于 V851S 的项目的重点......</p>
]]></description><link>https://bbs.aw-ol.com/post/20796</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20796</guid><dc:creator><![CDATA[kanken6174]]></dc:creator><pubDate>Thu, 11 Jan 2024 08:51:24 GMT</pubDate></item><item><title><![CDATA[Reply to V851S上的ISP真的坏了吗? on Thu, 11 Jan 2024 04:27:20 GMT]]></title><description><![CDATA[<p dir="auto">AWOL的开源版本Tina 5.0并不支持TigerISP，需要NDA版本，可以联系购买板子的客服获得相关支持</p>
]]></description><link>https://bbs.aw-ol.com/post/20789</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/20789</guid><dc:creator><![CDATA[YuzukiTsuru]]></dc:creator><pubDate>Thu, 11 Jan 2024 04:27:20 GMT</pubDate></item></channel></rss>