pyorbbecsdk icon indicating copy to clipboard operation
pyorbbecsdk copied to clipboard

335L相机运行彩色与深度图对齐示例代码没有反应

Open RayInst opened this issue 1 year ago • 3 comments

image 之前用的GEMINI2对齐模式时应该使用1280*720的分辨率,现在使用335L没看到这个获取到的分辨率的具体说明, 使用这个示例代码获取到的是默认的流配置,分辨率是不一致的,运行后也没有任何的反应。 其它单独获取彩色与深度图是没有任何问题的。

RayInst avatar Sep 19 '24 07:09 RayInst

Gemni 330 series d2c(c2d) please use this sample (align_filter_viewer.py),We will improve the documentation later.

zhonghong322 avatar Sep 19 '24 11:09 zhonghong322

现版本336L不能调用config.set_align_mode(OBAlignMode.HW_MODE),否则frames.get_color_frame()为None

QinHuoBin avatar Oct 19 '24 11:10 QinHuoBin

align_filter_viewer.py AttributeError: 'pyorbbecsdk.Frame' object has no attribute 'get_color_frame'

FanMecha avatar Jul 09 '25 06:07 FanMecha