Variables
test-bad-conditions Namespace Reference

Variables

 color_sensor = dev.first_color_sensor()
 
 cp
 
 d2r = rs.device_calibration(dev)
 
 depth_sensor = dev.first_depth_sensor()
 
 dev = test.find_first_device_or_exit()
 
 dp
 
 old_receiver_gain = depth_sensor.get_option(rs.option.receiver_gain)
 

Variable Documentation

test-bad-conditions.color_sensor = dev.first_color_sensor()

Definition at line 18 of file test-bad-conditions.py.

test-bad-conditions.cp
Initial value:
1 = next(p for p in color_sensor.profiles if p.fps() == 30
2  and p.stream_type() == rs.stream.color
3  and p.format() == rs.format.yuyv
4  and p.as_video_stream_profile().width() == 1280
5  and p.as_video_stream_profile().height() == 720)
void next(auto_any_t cur, type2type< T, C > *)
Definition: foreach.hpp:757

Definition at line 23 of file test-bad-conditions.py.

test-bad-conditions.d2r = rs.device_calibration(dev)

Definition at line 20 of file test-bad-conditions.py.

test-bad-conditions.depth_sensor = dev.first_depth_sensor()

Definition at line 17 of file test-bad-conditions.py.

test-bad-conditions.dev = test.find_first_device_or_exit()

Definition at line 16 of file test-bad-conditions.py.

test-bad-conditions.dp
Initial value:
1 = next(p for p in
2  depth_sensor.profiles if p.fps() == 30
3  and p.stream_type() == rs.stream.depth
4  and p.format() == rs.format.z16
5  and p.as_video_stream_profile().width() == 1024
6  and p.as_video_stream_profile().height() == 768)
void next(auto_any_t cur, type2type< T, C > *)
Definition: foreach.hpp:757

Definition at line 29 of file test-bad-conditions.py.

test-bad-conditions.old_receiver_gain = depth_sensor.get_option(rs.option.receiver_gain)

Definition at line 45 of file test-bad-conditions.py.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:43