From 99854983ba2d7858987d061f4d9f1814c5916f93 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Wed, 14 Jun 2023 09:45:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/hgdev/ImageMatQueue.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hgdriver/hgdev/ImageMatQueue.cpp b/hgdriver/hgdev/ImageMatQueue.cpp index ab7d668..44fe3a9 100644 --- a/hgdriver/hgdev/ImageMatQueue.cpp +++ b/hgdriver/hgdev/ImageMatQueue.cpp @@ -40,8 +40,8 @@ G200Decode::G200Decode(std::shared_ptr> buff,bool is_duplex,bo buffB->resize(b_buffer_size); buffF->resize(f_buffer_size); - m_buffs.push_back(buffF); m_buffs.push_back(buffB); + m_buffs.push_back(buffF); } @@ -57,3 +57,6 @@ G400Decode::G400Decode(std::shared_ptr> buff,bool i) // printf("G400 :buff->size()=%d\r\n",buff->size()); } +//出图注释: +//G100(DSP),G200(DSP),G300,G400,G302,G402. +//出图都是两张连成一张发上来,而且正面在右边,反面在左边,所以拆分之后需要先把左边的push进队列 \ No newline at end of file