-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Bug Report: Color stream from Orbbec Gemini 336L is uniform gray
Summary
When capturing RGB frames from an Orbbec Gemini 336L using the color.py example, every color frame appears as a uniform image (all pixels share the same intensity). The intensity changes when the camera is covered, e.g. all pixels turn black. But it does not show a correctly colored image. OrbbecViewer shows a correct image.
Environment
- Operating system: Linux (host machine running the capture scripts)
- Python:
Python 3.11.13 pyorbbecsdk:2.0.13(uv pip show pyorbbecsdk)- Hardware: Orbbec Gemini 336L (single camera connected over USB)
Steps to Reproduce
- Connect an Orbbec Gemini 336L to the host machine.
- Run the example:
python3 color.py - Inspect the image shown by cv2. The image appears as a flat gray box; the image has no color variation.
- When covering the camera with something, the image turns into a black rectangle
Expected Behavior
- The
color_frameshould deliver a full RGB image that reflects the scene captured by the Gemini 336L.
Actual Behavior
- Debugging shows that
color_imageis a numpy array of the expected size with all pixel values being the same, e.g. [226,226,266]
Metadata
Metadata
Assignees
Labels
No labels