Void Young
Void Young
Hello, my friend, first of all, I apologize for my poor English, so what you see now is machine translation. I use this plugin have 2 years, and really feel...
 QQ的扫码不能识别,微信的偶能识别.一些工业手机是可以识别的 感觉不是code128的格式
我自己的项目直接使用的zbar,部分手机(包括小米max2s,小米8)在扫描空白时,也会不时的识别出条码,试了up主的库后,发现没有这个问题,参照up主的zbar扫描配置,修改后,问题得到了解决,希望能帮到有同样问题的人,感谢up主的优秀分享. 配置代码如下: ``` java public String decodeBarcode(Bitmap barcodeBmp) throws Exception { int width = barcodeBmp.getWidth(); int height = barcodeBmp.getHeight(); int[] pixels = new int[width * height]; barcodeBmp.getPixels(pixels, 0, width, 0,...
现在在scrcpy-win64-v1.23版本里,我的鼠标的侧键被映射为 `点击 APP_SWITCH`功能. 我用起来觉得十分顺手,如有可能望支持. ``` void VideoForm::mousePressEvent(QMouseEvent *event) { auto device = qsc::IDeviceManage::getInstance().getDevice(m_serial); if (event->button() == Qt::MiddleButton) { if (device && !device->isCurrentCustomKeymap()) { device->postGoHome(); return; } } if (event->button() ==...
update to origin