CBadam

Results 3 issues of CBadam

Description: I am using the pyorbbecsdk with a Femto Mega camera to record and playback data. The issue arises when recording data with recorder.py (activating both depth and color sensors)...

Hello, I am recording the color and depth streams for offline processing that takes a long time. To reproduce the recorded sequence, I am following the playback sample. https://github.com/orbbec/pyorbbecsdk/blob/main/examples/playback.py. However,...

I am using the Orbbec Femto Mega to take one picture at a time (color, and depth). this is how I configured the stream: ``` depth_profile_list = pipeline.get_stream_profile_list(OBSensorType.DEPTH_SENSOR) depth_profile =...