WILL

Results 11 comments of WILL

rmmod bcm2835-v4l2 modprobe bcm2835-v4l2 Destroys and re-creates /dev/video0 I replaced the resolution with 640 * 480 without problems pi zero W. CSI is OK

> 点击"ue.d.ts" 后 ,控制台可以看到正在遍历游戏中的所有蓝图。 我是默认配置。你所说的继承引擎功能是不是默认开启 ?

![image](https://user-images.githubusercontent.com/407890/167253090-2d3ad66d-af14-4d9c-a27c-ad58a091e33d.png) 发现这里的代码。 我发现可能是我自己用错了。 不应该加UE. 发现去掉UE后 导出依然会有编译错误 最后我在这里加了一些判断。解决了

has this problem been fixed ?

> @jackfong66 Not until now. The project seems dead.. I moved to [FramelessHelper](https://github.com/wangwenx190/framelesshelper). 目前用这个方法可以暂时解决 void FramelessWindow::moveEvent(QMoveEvent*event) { if (!m_currentScreen) { m_currentScreen = screen(); } else if (m_currentScreen != screen()) {...

> 没看懂啥意思,能再解释下吗 ``` 自定义模型配置成这样 CUSTOM_MODELS=-all,gpt-3.5-turbo,gpt-4,gpt-3.5-turbo-1106,gpt-3.5-turbo-16k,gpt-4-1106-preview,gpt-4-32k,gpt-4-vision-preview ``` 会自动识别到gpt-3.5-turbo 最大token 16K 并显示出来了,实际上只有4K ,这个token数量没地方配置。而且我这个gpt-3.5-turbo也支持识别图片,但是默认也不给上传图片