You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, when I run examplePlayback.py, this line "ret_color, color_image = capture.get_transformed_color_image()" would generate error: [error] [t=20928] D:\a\1\s\extern\Azure-Kinect-Sensor-SDK\src\sdk\k4a.c (1253): k4a_transformation_color_image_to_depth_camera(). Require color image and transformed color image both have bgra32 format.
Can anyone tell me how to convert color image and transformed color image to bgra32 format?
Thank you very much!
The text was updated successfully, but these errors were encountered:
hi, when I run examplePlayback.py, this line "ret_color, color_image = capture.get_transformed_color_image()" would generate error:
[error] [t=20928] D:\a\1\s\extern\Azure-Kinect-Sensor-SDK\src\sdk\k4a.c (1253): k4a_transformation_color_image_to_depth_camera(). Require color image and transformed color image both have bgra32 format.
Can anyone tell me how to convert color image and transformed color image to bgra32 format?
Thank you very much!
The text was updated successfully, but these errors were encountered: