英特尔
直播中

刘龙

7年用户 153经验值
私信 关注
[问答]

怎么获得真实的相机状态

你好,
我正在使用librealsense 2.16.0.221和D430相机型号。
我想知道,从我的应用程序来看,相机是否已经在使用中(例如,在RealSense Viewer内或其他应用程序中打开)。
是否有用于此目的的相机选项?
我无法在这方面找到任何东西,我发现唯一的东西是选项RS2_CAMERA_INFO_CAMERA_LOCKED但我的设备不支持它(我用rs2 :: device :: supports()调用检查它)。
感谢您的支持!

以上来自于谷歌翻译


以下为原文

Hello,
I'm using librealsense 2.16.0.221 and a D430 camera model. I'd like to know, from my application, wheter or not the camera is already in use (e.g., opened inside the RealSense Viewer or by another app).
Is there a camera option for this purpose?
I was not able to find anything in this regard, the only thing I found is the option RS2_CAMERA_INFO_CAMERA_LOCKED but it is not supported by my device (I checked it with the rs2::device::supports() call).

Thanks for your support!

回帖(3)

卿洁

2018-11-9 11:41:24
get_active_profile看起来会满足您的需求。
英特尔®实感™跨平台API:rs2 ::管道类参考

以上来自于谷歌翻译


以下为原文

get_active_profile looks like it would meet your needs.
 
Intel® RealSense™ Cross Platform API: rs2::pipeline Class Reference
举报

刘龙

2018-11-9 12:01:17
引用: nywerwer 发表于 2018-11-9 13:16
get_active_profile看起来会满足您的需求。
英特尔®实感™跨平台API:rs2 ::管道类参考

谢谢!
即使它不完全符合我的需要,它也会有所帮助。
在开始流式传输之前,我一直在寻找访问该信息的方法。
相反,get_active_profile()只能在rs2 :: pipeline :: start()调用之后使用。

以上来自于谷歌翻译


以下为原文

Thanks! It can help even if it doesn't entirely fit my needs. I was searching for a way to access to that info before starting a streaming. get_active_profile(), instead, can only be used after a rs2::pipeline::start() call.
举报

卿洁

2018-11-9 12:10:18
引用: 电路学友 发表于 2018-11-9 13:36
谢谢!
即使它不完全符合我的需要,它也会有所帮助。
在开始流式传输之前,我一直在寻找访问该信息的方法。

也许使用在管道指令之前的配置类指令,比如Resolve。
英特尔®实感™跨平台API:rs2 :: config类参考

以上来自于谷歌翻译


以下为原文

Maybe use a config class instruction that precedes the pipeline instruction, like Resolve.
 
Intel® RealSense™ Cross Platform API: rs2::config Class Reference
 
 
举报

更多回帖

发帖
×
20
完善资料,
赚取积分