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()
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Intel Realsense D435報錯: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()的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python opencv如何读取本地视
- 下一篇: Intel Realsense D435