首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >USB3XIMEA摄像头xiQ:在Ubuntu中安装软件包时出错

USB3XIMEA摄像头xiQ:在Ubuntu中安装软件包时出错
EN

Ask Ubuntu用户
提问于 2017-06-07 05:14:04
回答 1查看 875关注 0票数 0

我最近买了一台XIMEA xiQ USB 3摄像头。它在Windows中正常工作,但是当我尝试在Ubuntu中使用它时,我得到了如下错误,尽管我遵循了这些指示出现在西美网站上。

代码语言:javascript
复制
$ /opt/XIMEA/bin/xiCamTool
xiAPI: XIMEA Camera API V4.13.18.00 
xiAPI: Adding camera context: dwID=11600851 ptr=880B4000 processID=00000BCA 
xiAPI: Create handles 1 Process 00000BCA 
xiAPI: Enable sensor 
xiAPI: xiReadFileFFS 'SensFPNCorrections' not found 
xiAPI: ScmCorrectorA::LoadAndParseConfigurationFile Warning: file SensFPNCorrections not found 
xiAPI: xiReadFileFFS 'SensFPNCorrections' not found 
xiAPI: ScmCorrectorA::LoadAndParseConfigurationFile Warning: file SensFPNCorrections not found 
xiAPI: Frequency 114 71 xiAPI: Enabled 1 bandwidth 48000000 
xiAPI: Time needed to read BPL:142ms 
xiAPI: Successfully parsed BPL file, 1829 total corrected pixels 
xiAPI: SetGPIO 1 set to 8 xiAPI: Frequency 50 31 
xiAPI: Enabled 1 bandwidth 48000000 
xiAPI: SetGPIO 1 set to 0 
xiAPI: AutoSetBandwidth measurement 
xiAPI: CalculateResources : Context 880B4000 ID 11600851 m_maxBytes=512 m_maxBufferSize=524288 
xiAPI: Failed to change thread scheduler, check user limit for realtime priority. 
xiAPI: AutoSetBandwidth measured 393Mbps. Safe margin 10% will be used. 
xiAPI: Current bandwidth limit auto-set to 353 Mbps (min:80Mbps,max:393Mbps) 
xiAPI: Frequency 50 31 
xiAPI: Enabled 1 bandwidth 44125000 
xiAPI: Frequency 46 2d 
xiAPI: Enabled 1 bandwidth 44125000 
xiAPI: ---- Device opened. Model:MQ013CG-E2 SN:11600851 FwF1:API:V4.13.18.00 ---- 
xiAPI: XIA(8150):xiGetParam (hdr) Finished with ERROR: 106 0x7ff69bebd940 ../../src/xiViewer/xiCore/xiApiWrapper.cpp L 338 : "xiApi_GetParamInt(): xiGetParamInt(hdr) returned 106" 
xiAPI: XIA(8150):xiGetParam (hdr_kneepoint1:min) Finished with ERROR: 106 0x7ff69bebd940 ../../src/xiViewer/xiCore/xiApiWrapper.cpp L 338 : "xiApi_GetParamInt(): xiGetParamInt(hdr_kneepoint1:min) returned 106" 
xiAPI: XIA(8150):xiGetParam (hdr_kneepoint1:max) Finished with ERROR: 106 0x7ff69bebd940 ../../src/xiViewer/xiCore/xiApiWrapper.cpp L 338 : "xiApi_GetParamInt(): xiGetParamInt(hdr_kneepoint1:max) returned 106"
EN

回答 1

Ask Ubuntu用户

发布于 2019-12-22 09:05:59

老问题,但我实际上是在类似的环境中设置这个问题。Linux在USB上有默认的内存缓冲区限制,它们必须被移除才能工作。

此命令暂时取消限制,因此在API内容之前在终端中运行它:

代码语言:javascript
复制
echo 0 | sudo tee/sys/module/usbcore/parameters/usbfs_memory_mb

这是API在Linux上安装时发出的警告。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/922910

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档