Closed zchao9456 closed 2 years ago
Hey @zchao9456 ,
my Chinese is kind of none existing, I ran your question through Google translate:
Can I use the process interface to obtain data through the mode triggered by the software? When I configure the ox3d100 to continuous mode, the data can be obtained normally with the above code. When the process interface is changed, the program will be interrupted here ifm3d: :PCICClient::Ptr pcic = std::make_sharedifm3d::PCICClient(cam);, how can I solve this problem? Using the same code above and using the ox3d300 camera, everything is normal. What is the reason? Is the trigger mode different for the two cameras? Please help, thank you
Are you using an O3X100 and an O3D300? The O3X100 does not provide support for the PCICClient
on O3X1xx we only do have a limitid PCIC implementation. There is only sending of data implemented, it also only does support a single client. When connecting the PCICClient the single channel will be occupied by this instance.
What information are you looking for on the PCICClient
? Maybe this is available through a different channel.
yes, O3X100 and O3d300,Can the o3x100 use the process interface? I don't want to take pictures continuously. I want to take pictures when I need it. Can the o3x100 support this? Thank you @graugans
Hey @zchao9456 , yes the O3X1xx provides a software trigger. With this software trigger you can control when images are acquired.
Here is a link to the implementation
Thank you @graugans
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
ox3d100能不能使用过程接口,通过软件触发的模式来获取数据,当我把ox3d100配置成连续模式时,用上面的代码能正常获取到数据,当改成过程接口时,程序会在这里发生中断ifm3d::PCICClient::Ptr pcic = std::make_shared(cam);,请问这样的问题怎么解决呢。同样用上面的代码,使用ox3d300相机,一切都正常,这是什么原因呢,是不是两种相机,触发模式不一样?麻烦帮助一下,谢谢