예제 #1
0
파일: OeipCamera.cs 프로젝트: kbitc/oeip
 public int FindFormatIndex(int width, int height, int fps = 30)
 {
     if (!IsInit)
     {
         return(-1);
     }
     return(OeipHelper.findFormatIndex(Id, width, height, fps));
 }