From be8bcb1b5fbb20cbf53982c28853f599cbf1c971 Mon Sep 17 00:00:00 2001 From: jdibenes <58836755+jdibenes@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:36:10 -0400 Subject: [PATCH] Update sample_video.py --- viewer/sample_video.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/viewer/sample_video.py b/viewer/sample_video.py index 60bf1461d..a778a267d 100644 --- a/viewer/sample_video.py +++ b/viewer/sample_video.py @@ -46,10 +46,6 @@ #------------------------------------------------------------------------------ if __name__ == '__main__': - if ((hl2ss.StreamPort.PERSONAL_VIDEO in ports) and (hl2ss.StreamPort.RM_DEPTH_AHAT in ports)): - print('Error: Simultaneous PV and RM Depth AHAT streaming is not supported. See known issues at https://github.com/jdibenes/hl2ss.') - quit() - if ((hl2ss.StreamPort.RM_DEPTH_LONGTHROW in ports) and (hl2ss.StreamPort.RM_DEPTH_AHAT in ports)): print('Error: Simultaneous RM Depth Long Throw and RM Depth AHAT streaming is not supported. See known issues at https://github.com/jdibenes/hl2ss.') quit()