Intel Realsense D435报错:RuntimeError: get_active_profile() can only be called between a start() and a following stop()
RuntimeError: get_active_profile() can only be called between a start() and a following stop()
今天在手动设置摄像头曝光值的时候出错,根据报错提示应该是get_active_profile() 函数必须放在pipeline的start()和stop()之间

尝试更改

将手动曝光设置代码放于start()后

RuntimeError: get_active_profile() can only be called between a start() and a following stop()

可以正常跑了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-09-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
相关资源
相似解决方案