我正在尝试在集成的 CentOS7.2 计算机上安装和配置 Intel Media Server Studio VGA图形卡。
为验证成功安装(example), Metrics Monitor示例程序失败,错误代码为1。
<namespace:ColorToDynOpacityConverter x:Key="ColorToDynOpacityConverter" />
<Label>
<Label.Foreground>
<MultiBinding Converter="{StaticResource ColorToDynOpacityConverter}">
<Binding Path="Foreground" RelativeSource="{RelativeSource TemplatedParent}" />
<Binding Path="Opacity" RelativeSource="{RelativeSource TemplatedParent}" />
</MultiBinding>
</Label.Foreground>
</Label>
错误:无法订阅指标,错误代码1
测试程序也崩溃了,下面是机器规格: -
Command: ./_bin/metrics_monitor
我正在关注this进行安装和配置。我已经验证了此安装的先决条件,其中不匹配:
Processor: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
(Intel Quick-Sync supported)
Graphics: Intel Corporation 3rd Gen Core processor Graphics Controller
(lspci | grep VGA)
我机器上的输出:
vainfo | grep -v 'unknown'
有人能说出安装有什么问题吗?因为libva info: VA-API version 0.99.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'iHD'
libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0
应该给gpu使用。