@php if (!isset($case->case_id)) { @$case->case_id = 0; } $mmm = 0; $sss = 1; @endphp EndoCAPTURE
@include('endocapture.camera.01head')

@include('endocapture.camera.02left_webrtc')

aaaa

@if(!isset($patient->hn))
ท่านกำลังทดสอบระบบกล้อง
@endif
@include('endocapture.camera.04controller')
{{-- --}} @php $count_img = 0; $dir = '../ScreenRecord'; if (is_dir($dir)) { if ($dh = opendir($dir)) { while (($file = readdir($dh)) !== false) { $pic = explode('_',$file); if($pic[0]==$case->case_id){ if(substr($file,-3) == "jpg" || substr($file,-3) == "png"){ $count_img++; } } } closedir($dh); } } @endphp @isset($text) @endisset @if(webconfig('camera_auto_start_time') && $time_start=="") @endif @if($vdo_recording) @endif @include('endocapture.camera.js.nurse_monitor')