Variables
test-fg Namespace Reference

Variables

 debug_profiles = debug_sensor.get_debug_stream_profiles()
 
 debug_sensor = rs.debug_stream_sensor(depth_sensor)
 
 depth_sensor = devices[0].first_depth_sensor()
 
 devices = test.find_devices_by_product_line_or_exit(rs.product_line.L500)
 
 dp
 
 lrs_frame = lrs_queue.wait_for_frame(5000)
 
 lrs_queue = rs.frame_queue(capacity=10, keep_frames=False)
 
 matches = list(p for p in depth_sensor.profiles if p.format() == rs.format.fg)
 

Variable Documentation

test-fg.debug_profiles = debug_sensor.get_debug_stream_profiles()

Definition at line 13 of file test-fg.py.

test-fg.debug_sensor = rs.debug_stream_sensor(depth_sensor)

Definition at line 12 of file test-fg.py.

test-fg.depth_sensor = devices[0].first_depth_sensor()

Definition at line 10 of file test-fg.py.

test-fg.devices = test.find_devices_by_product_line_or_exit(rs.product_line.L500)

Definition at line 9 of file test-fg.py.

test-fg.dp
Initial value:
1 = next(p for p in debug_profiles if p.fps() == 30
2  and p.stream_type() == rs.stream.depth
3  and p.format() == rs.format.fg
4  and p.as_video_stream_profile().width() == 800
5  and p.as_video_stream_profile().height() == 600)
void next(auto_any_t cur, type2type< T, C > *)
Definition: foreach.hpp:757

Definition at line 33 of file test-fg.py.

test-fg.lrs_frame = lrs_queue.wait_for_frame(5000)

Definition at line 43 of file test-fg.py.

test-fg.lrs_queue = rs.frame_queue(capacity=10, keep_frames=False)

Definition at line 39 of file test-fg.py.

test-fg.matches = list(p for p in depth_sensor.profiles if p.format() == rs.format.fg)

Definition at line 19 of file test-fg.py.



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