You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
470 B
15 lines
470 B
2 months ago
|
# License: Apache 2.0. See LICENSE file in root directory.
|
||
|
# Copyright(c) 2024 Intel Corporation. All Rights Reserved.
|
||
|
|
||
|
# Some future models might need to wrap the tests in setup and teardown steps.
|
||
|
# Don't remove this file even if current implementation is empty...
|
||
|
|
||
|
import pyrealsense2 as rs
|
||
|
|
||
|
# Many operations, such as setting options, can take place only in safety service mode
|
||
|
def start_wrapper( dev = None ):
|
||
|
return
|
||
|
|
||
|
def stop_wrapper( dev = None ):
|
||
|
return
|