Skip to content

Commit 28ce359

Browse files
authored
Update app.py
1 parent 0eda94c commit 28ce359

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,14 @@ def main():
7272

7373

7474

75-
75+
# def initialize_realsense():
76+
# import pyrealsense2 as rs
77+
# pipeline = rs.pipeline()
78+
# camera_aconfig = rs.config()
79+
# camera_aconfig.enable_stream(rs.stream.depth, *config.DEPTH_CAMERA_RESOLUTION, rs.format.z16, config.DEPTH_CAMERA_FPS)
80+
# camera_aconfig.enable_stream(rs.stream.color, *config.COLOR_CAMERA_RESOLUTION, rs.format.bgr8, config.COLOR_CAMERA_FPS)
81+
# pipeline.start(camera_aconfig)
82+
# return pipeline
7683
# try:
7784
# # Try to initialize RealSense Camera
7885
# camera = initialize_realsense()

0 commit comments

Comments
 (0)