CameraGLSurfaceView.html 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_312) on Wed Jun 28 12:47:23 UTC 2023 -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>CameraGLSurfaceView (OpenCV 4.8.0 Java documentation)</title>
  8. <meta name="date" content="2023-06-28">
  9. <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
  10. <script type="text/javascript" src="../../../script.js"></script>
  11. </head>
  12. <body>
  13. <script type="text/javascript"><!--
  14. try {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="CameraGLSurfaceView (OpenCV 4.8.0 Java documentation)";
  17. }
  18. }
  19. catch(err) {
  20. }
  21. //-->
  22. var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
  23. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
  24. var altColor = "altColor";
  25. var rowColor = "rowColor";
  26. var tableTab = "tableTab";
  27. var activeTableTab = "activeTableTab";
  28. </script>
  29. <noscript>
  30. <div>JavaScript is disabled on your browser.</div>
  31. </noscript>
  32. <!-- ========= START OF TOP NAVBAR ======= -->
  33. <div class="topNav"><a name="navbar.top">
  34. <!-- -->
  35. </a>
  36. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  37. <a name="navbar.top.firstrow">
  38. <!-- -->
  39. </a>
  40. <ul class="navList" title="Navigation">
  41. <li><a href="../../../overview-summary.html">Overview</a></li>
  42. <li><a href="package-summary.html">Package</a></li>
  43. <li class="navBarCell1Rev">Class</li>
  44. <li><a href="package-tree.html">Tree</a></li>
  45. <li><a href="../../../index-all.html">Index</a></li>
  46. <li><a href="../../../help-doc.html">Help</a></li>
  47. </ul>
  48. <div class="aboutLanguage">
  49. <script>
  50. var url = window.location.href;
  51. var pos = url.lastIndexOf('/javadoc/');
  52. url = pos >= 0 ? (url.substring(0, pos) + '/javadoc/mymath.js') : (window.location.origin + '/mymath.js');
  53. var script = document.createElement('script');
  54. script.src = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML,' + url;
  55. document.getElementsByTagName('head')[0].appendChild(script);
  56. </script>
  57. </div>
  58. </div>
  59. <div class="subNav">
  60. <ul class="navList">
  61. <li><a href="../../../org/opencv/android/CameraGLRendererBase.html" title="class in org.opencv.android"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  62. <li><a href="../../../org/opencv/android/CameraGLSurfaceView.CameraTextureListener.html" title="interface in org.opencv.android"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  63. </ul>
  64. <ul class="navList">
  65. <li><a href="../../../index.html?org/opencv/android/CameraGLSurfaceView.html" target="_top">Frames</a></li>
  66. <li><a href="CameraGLSurfaceView.html" target="_top">No&nbsp;Frames</a></li>
  67. </ul>
  68. <ul class="navList" id="allclasses_navbar_top">
  69. <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  70. </ul>
  71. <div>
  72. <script type="text/javascript"><!--
  73. allClassesLink = document.getElementById("allclasses_navbar_top");
  74. if(window==top) {
  75. allClassesLink.style.display = "block";
  76. }
  77. else {
  78. allClassesLink.style.display = "none";
  79. }
  80. //-->
  81. </script>
  82. </div>
  83. <div>
  84. <ul class="subNavList">
  85. <li>Summary:&nbsp;</li>
  86. <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
  87. <li><a href="#fields.inherited.from.class.android.opengl.GLSurfaceView">Field</a>&nbsp;|&nbsp;</li>
  88. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  89. <li><a href="#method.summary">Method</a></li>
  90. </ul>
  91. <ul class="subNavList">
  92. <li>Detail:&nbsp;</li>
  93. <li>Field&nbsp;|&nbsp;</li>
  94. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  95. <li><a href="#method.detail">Method</a></li>
  96. </ul>
  97. </div>
  98. <a name="skip.navbar.top">
  99. <!-- -->
  100. </a></div>
  101. <!-- ========= END OF TOP NAVBAR ========= -->
  102. <!-- ======== START OF CLASS DATA ======== -->
  103. <div class="header">
  104. <div class="subTitle">org.opencv.android</div>
  105. <h2 title="Class CameraGLSurfaceView" class="title">Class CameraGLSurfaceView</h2>
  106. </div>
  107. <div class="contentContainer">
  108. <ul class="inheritance">
  109. <li>java.lang.Object</li>
  110. <li>
  111. <ul class="inheritance">
  112. <li>android.view.View</li>
  113. <li>
  114. <ul class="inheritance">
  115. <li>android.view.SurfaceView</li>
  116. <li>
  117. <ul class="inheritance">
  118. <li>android.opengl.GLSurfaceView</li>
  119. <li>
  120. <ul class="inheritance">
  121. <li>org.opencv.android.CameraGLSurfaceView</li>
  122. </ul>
  123. </li>
  124. </ul>
  125. </li>
  126. </ul>
  127. </li>
  128. </ul>
  129. </li>
  130. </ul>
  131. <div class="description">
  132. <ul class="blockList">
  133. <li class="blockList">
  134. <dl>
  135. <dt>All Implemented Interfaces:</dt>
  136. <dd>android.graphics.drawable.Drawable.Callback, android.view.accessibility.AccessibilityEventSource, android.view.KeyEvent.Callback, android.view.SurfaceHolder.Callback, android.view.SurfaceHolder.Callback2</dd>
  137. </dl>
  138. <hr>
  139. <br>
  140. <pre>public class <span class="typeNameLabel">CameraGLSurfaceView</span>
  141. extends android.opengl.GLSurfaceView</pre>
  142. </li>
  143. </ul>
  144. </div>
  145. <div class="summary">
  146. <ul class="blockList">
  147. <li class="blockList">
  148. <!-- ======== NESTED CLASS SUMMARY ======== -->
  149. <ul class="blockList">
  150. <li class="blockList"><a name="nested.class.summary">
  151. <!-- -->
  152. </a>
  153. <h3>Nested Class Summary</h3>
  154. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
  155. <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
  156. <tr>
  157. <th class="colFirst" scope="col">Modifier and Type</th>
  158. <th class="colLast" scope="col">Class and Description</th>
  159. </tr>
  160. <tr class="altColor">
  161. <td class="colFirst"><code>static interface&nbsp;</code></td>
  162. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.CameraTextureListener.html" title="interface in org.opencv.android">CameraGLSurfaceView.CameraTextureListener</a></span></code>&nbsp;</td>
  163. </tr>
  164. </table>
  165. <ul class="blockList">
  166. <li class="blockList"><a name="nested.classes.inherited.from.class.android.opengl.GLSurfaceView">
  167. <!-- -->
  168. </a>
  169. <h3>Nested classes/interfaces inherited from class&nbsp;android.opengl.GLSurfaceView</h3>
  170. <code>android.opengl.GLSurfaceView.EGLConfigChooser, android.opengl.GLSurfaceView.EGLContextFactory, android.opengl.GLSurfaceView.EGLWindowSurfaceFactory, android.opengl.GLSurfaceView.GLWrapper, android.opengl.GLSurfaceView.Renderer</code></li>
  171. </ul>
  172. <ul class="blockList">
  173. <li class="blockList"><a name="nested.classes.inherited.from.class.android.view.View">
  174. <!-- -->
  175. </a>
  176. <h3>Nested classes/interfaces inherited from class&nbsp;android.view.View</h3>
  177. <code>android.view.View.AccessibilityDelegate, android.view.View.BaseSavedState, android.view.View.DragShadowBuilder, android.view.View.MeasureSpec, android.view.View.OnApplyWindowInsetsListener, android.view.View.OnAttachStateChangeListener, android.view.View.OnCapturedPointerListener, android.view.View.OnClickListener, android.view.View.OnContextClickListener, android.view.View.OnCreateContextMenuListener, android.view.View.OnDragListener, android.view.View.OnFocusChangeListener, android.view.View.OnGenericMotionListener, android.view.View.OnHoverListener, android.view.View.OnKeyListener, android.view.View.OnLayoutChangeListener, android.view.View.OnLongClickListener, android.view.View.OnScrollChangeListener, android.view.View.OnSystemUiVisibilityChangeListener, android.view.View.OnTouchListener</code></li>
  178. </ul>
  179. </li>
  180. </ul>
  181. <!-- =========== FIELD SUMMARY =========== -->
  182. <ul class="blockList">
  183. <li class="blockList"><a name="field.summary">
  184. <!-- -->
  185. </a>
  186. <h3>Field Summary</h3>
  187. <ul class="blockList">
  188. <li class="blockList"><a name="fields.inherited.from.class.android.opengl.GLSurfaceView">
  189. <!-- -->
  190. </a>
  191. <h3>Fields inherited from class&nbsp;android.opengl.GLSurfaceView</h3>
  192. <code>DEBUG_CHECK_GL_ERROR, DEBUG_LOG_GL_CALLS, RENDERMODE_CONTINUOUSLY, RENDERMODE_WHEN_DIRTY</code></li>
  193. </ul>
  194. <ul class="blockList">
  195. <li class="blockList"><a name="fields.inherited.from.class.android.view.View">
  196. <!-- -->
  197. </a>
  198. <h3>Fields inherited from class&nbsp;android.view.View</h3>
  199. <code>ACCESSIBILITY_LIVE_REGION_ASSERTIVE, ACCESSIBILITY_LIVE_REGION_NONE, ACCESSIBILITY_LIVE_REGION_POLITE, ALPHA, AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR, AUTOFILL_HINT_CREDIT_CARD_NUMBER, AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE, AUTOFILL_HINT_EMAIL_ADDRESS, AUTOFILL_HINT_NAME, AUTOFILL_HINT_PASSWORD, AUTOFILL_HINT_PHONE, AUTOFILL_HINT_POSTAL_ADDRESS, AUTOFILL_HINT_POSTAL_CODE, AUTOFILL_HINT_USERNAME, AUTOFILL_TYPE_DATE, AUTOFILL_TYPE_LIST, AUTOFILL_TYPE_NONE, AUTOFILL_TYPE_TEXT, AUTOFILL_TYPE_TOGGLE, DRAG_FLAG_GLOBAL, DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION, DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION, DRAG_FLAG_GLOBAL_URI_READ, DRAG_FLAG_GLOBAL_URI_WRITE, DRAG_FLAG_OPAQUE, DRAWING_CACHE_QUALITY_AUTO, DRAWING_CACHE_QUALITY_HIGH, DRAWING_CACHE_QUALITY_LOW, FIND_VIEWS_WITH_CONTENT_DESCRIPTION, FIND_VIEWS_WITH_TEXT, FOCUS_BACKWARD, FOCUS_DOWN, FOCUS_FORWARD, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_UP, FOCUSABLE, FOCUSABLE_AUTO, FOCUSABLES_ALL, FOCUSABLES_TOUCH_MODE, GONE, HAPTIC_FEEDBACK_ENABLED, IMPORTANT_FOR_ACCESSIBILITY_AUTO, IMPORTANT_FOR_ACCESSIBILITY_NO, IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS, IMPORTANT_FOR_ACCESSIBILITY_YES, IMPORTANT_FOR_AUTOFILL_AUTO, IMPORTANT_FOR_AUTOFILL_NO, IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS, IMPORTANT_FOR_AUTOFILL_YES, IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS, INVISIBLE, KEEP_SCREEN_ON, LAYER_TYPE_HARDWARE, LAYER_TYPE_NONE, LAYER_TYPE_SOFTWARE, LAYOUT_DIRECTION_INHERIT, LAYOUT_DIRECTION_LOCALE, LAYOUT_DIRECTION_LTR, LAYOUT_DIRECTION_RTL, MEASURED_HEIGHT_STATE_SHIFT, MEASURED_SIZE_MASK, MEASURED_STATE_MASK, MEASURED_STATE_TOO_SMALL, NO_ID, NOT_FOCUSABLE, OVER_SCROLL_ALWAYS, OVER_SCROLL_IF_CONTENT_SCROLLS, OVER_SCROLL_NEVER, ROTATION, ROTATION_X, ROTATION_Y, SCALE_X, SCALE_Y, SCREEN_STATE_OFF, SCREEN_STATE_ON, SCROLL_AXIS_HORIZONTAL, SCROLL_AXIS_NONE, SCROLL_AXIS_VERTICAL, SCROLL_INDICATOR_BOTTOM, SCROLL_INDICATOR_END, SCROLL_INDICATOR_LEFT, SCROLL_INDICATOR_RIGHT, SCROLL_INDICATOR_START, SCROLL_INDICATOR_TOP, SCROLLBAR_POSITION_DEFAULT, SCROLLBAR_POSITION_LEFT, SCROLLBAR_POSITION_RIGHT, SCROLLBARS_INSIDE_INSET, SCROLLBARS_INSIDE_OVERLAY, SCROLLBARS_OUTSIDE_INSET, SCROLLBARS_OUTSIDE_OVERLAY, SOUND_EFFECTS_ENABLED, STATUS_BAR_HIDDEN, STATUS_BAR_VISIBLE, SYSTEM_UI_FLAG_FULLSCREEN, SYSTEM_UI_FLAG_HIDE_NAVIGATION, SYSTEM_UI_FLAG_IMMERSIVE, SYSTEM_UI_FLAG_IMMERSIVE_STICKY, SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN, SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION, SYSTEM_UI_FLAG_LAYOUT_STABLE, SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR, SYSTEM_UI_FLAG_LIGHT_STATUS_BAR, SYSTEM_UI_FLAG_LOW_PROFILE, SYSTEM_UI_FLAG_VISIBLE, SYSTEM_UI_LAYOUT_FLAGS, TEXT_ALIGNMENT_CENTER, TEXT_ALIGNMENT_GRAVITY, TEXT_ALIGNMENT_INHERIT, TEXT_ALIGNMENT_TEXT_END, TEXT_ALIGNMENT_TEXT_START, TEXT_ALIGNMENT_VIEW_END, TEXT_ALIGNMENT_VIEW_START, TEXT_DIRECTION_ANY_RTL, TEXT_DIRECTION_FIRST_STRONG, TEXT_DIRECTION_FIRST_STRONG_LTR, TEXT_DIRECTION_FIRST_STRONG_RTL, TEXT_DIRECTION_INHERIT, TEXT_DIRECTION_LOCALE, TEXT_DIRECTION_LTR, TEXT_DIRECTION_RTL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, VISIBLE, X, Y, Z</code></li>
  200. </ul>
  201. </li>
  202. </ul>
  203. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  204. <ul class="blockList">
  205. <li class="blockList"><a name="constructor.summary">
  206. <!-- -->
  207. </a>
  208. <h3>Constructor Summary</h3>
  209. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  210. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  211. <tr>
  212. <th class="colOne" scope="col">Constructor and Description</th>
  213. </tr>
  214. <tr class="altColor">
  215. <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#CameraGLSurfaceView-android.content.Context-android.util.AttributeSet-">CameraGLSurfaceView</a></span>(android.content.Context&nbsp;context,
  216. android.util.AttributeSet&nbsp;attrs)</code>&nbsp;</td>
  217. </tr>
  218. </table>
  219. </li>
  220. </ul>
  221. <!-- ========== METHOD SUMMARY =========== -->
  222. <ul class="blockList">
  223. <li class="blockList"><a name="method.summary">
  224. <!-- -->
  225. </a>
  226. <h3>Method Summary</h3>
  227. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  228. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  229. <tr>
  230. <th class="colFirst" scope="col">Modifier and Type</th>
  231. <th class="colLast" scope="col">Method and Description</th>
  232. </tr>
  233. <tr id="i0" class="altColor">
  234. <td class="colFirst"><code>void</code></td>
  235. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#disableView--">disableView</a></span>()</code>&nbsp;</td>
  236. </tr>
  237. <tr id="i1" class="rowColor">
  238. <td class="colFirst"><code>void</code></td>
  239. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#enableView--">enableView</a></span>()</code>&nbsp;</td>
  240. </tr>
  241. <tr id="i2" class="altColor">
  242. <td class="colFirst"><code><a href="../../../org/opencv/android/CameraGLSurfaceView.CameraTextureListener.html" title="interface in org.opencv.android">CameraGLSurfaceView.CameraTextureListener</a></code></td>
  243. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#getCameraTextureListener--">getCameraTextureListener</a></span>()</code>&nbsp;</td>
  244. </tr>
  245. <tr id="i3" class="rowColor">
  246. <td class="colFirst"><code>void</code></td>
  247. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#onPause--">onPause</a></span>()</code>&nbsp;</td>
  248. </tr>
  249. <tr id="i4" class="altColor">
  250. <td class="colFirst"><code>void</code></td>
  251. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#onResume--">onResume</a></span>()</code>&nbsp;</td>
  252. </tr>
  253. <tr id="i5" class="rowColor">
  254. <td class="colFirst"><code>void</code></td>
  255. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#setCameraIndex-int-">setCameraIndex</a></span>(int&nbsp;cameraIndex)</code>&nbsp;</td>
  256. </tr>
  257. <tr id="i6" class="altColor">
  258. <td class="colFirst"><code>void</code></td>
  259. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#setCameraTextureListener-org.opencv.android.CameraGLSurfaceView.CameraTextureListener-">setCameraTextureListener</a></span>(<a href="../../../org/opencv/android/CameraGLSurfaceView.CameraTextureListener.html" title="interface in org.opencv.android">CameraGLSurfaceView.CameraTextureListener</a>&nbsp;texListener)</code>&nbsp;</td>
  260. </tr>
  261. <tr id="i7" class="rowColor">
  262. <td class="colFirst"><code>void</code></td>
  263. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#setMaxCameraPreviewSize-int-int-">setMaxCameraPreviewSize</a></span>(int&nbsp;maxWidth,
  264. int&nbsp;maxHeight)</code>&nbsp;</td>
  265. </tr>
  266. <tr id="i8" class="altColor">
  267. <td class="colFirst"><code>void</code></td>
  268. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#surfaceChanged-android.view.SurfaceHolder-int-int-int-">surfaceChanged</a></span>(android.view.SurfaceHolder&nbsp;holder,
  269. int&nbsp;format,
  270. int&nbsp;w,
  271. int&nbsp;h)</code>&nbsp;</td>
  272. </tr>
  273. <tr id="i9" class="rowColor">
  274. <td class="colFirst"><code>void</code></td>
  275. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#surfaceCreated-android.view.SurfaceHolder-">surfaceCreated</a></span>(android.view.SurfaceHolder&nbsp;holder)</code>&nbsp;</td>
  276. </tr>
  277. <tr id="i10" class="altColor">
  278. <td class="colFirst"><code>void</code></td>
  279. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/android/CameraGLSurfaceView.html#surfaceDestroyed-android.view.SurfaceHolder-">surfaceDestroyed</a></span>(android.view.SurfaceHolder&nbsp;holder)</code>&nbsp;</td>
  280. </tr>
  281. </table>
  282. <ul class="blockList">
  283. <li class="blockList"><a name="methods.inherited.from.class.android.opengl.GLSurfaceView">
  284. <!-- -->
  285. </a>
  286. <h3>Methods inherited from class&nbsp;android.opengl.GLSurfaceView</h3>
  287. <code>getDebugFlags, getPreserveEGLContextOnPause, getRenderMode, queueEvent, requestRender, setDebugFlags, setEGLConfigChooser, setEGLConfigChooser, setEGLConfigChooser, setEGLContextClientVersion, setEGLContextFactory, setEGLWindowSurfaceFactory, setGLWrapper, setPreserveEGLContextOnPause, setRenderer, setRenderMode, surfaceRedrawNeeded, surfaceRedrawNeededAsync</code></li>
  288. </ul>
  289. <ul class="blockList">
  290. <li class="blockList"><a name="methods.inherited.from.class.android.view.SurfaceView">
  291. <!-- -->
  292. </a>
  293. <h3>Methods inherited from class&nbsp;android.view.SurfaceView</h3>
  294. <code>draw, gatherTransparentRegion, getHolder, setSecure, setVisibility, setZOrderMediaOverlay, setZOrderOnTop</code></li>
  295. </ul>
  296. <ul class="blockList">
  297. <li class="blockList"><a name="methods.inherited.from.class.android.view.View">
  298. <!-- -->
  299. </a>
  300. <h3>Methods inherited from class&nbsp;android.view.View</h3>
  301. <code>addChildrenForAccessibility, addExtraDataToAccessibilityNodeInfo, addFocusables, addFocusables, addKeyboardNavigationClusters, addOnAttachStateChangeListener, addOnLayoutChangeListener, addTouchables, animate, announceForAccessibility, autofill, autofill, bringToFront, buildDrawingCache, buildDrawingCache, buildLayer, callOnClick, cancelDragAndDrop, cancelLongPress, cancelPendingInputEvents, canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, canScrollHorizontally, canScrollVertically, checkInputConnectionProxy, clearAnimation, clearFocus, combineMeasuredStates, computeScroll, computeSystemWindowInsets, createAccessibilityNodeInfo, createContextMenu, destroyDrawingCache, dispatchApplyWindowInsets, dispatchCapturedPointerEvent, dispatchConfigurationChanged, dispatchDisplayHint, dispatchDragEvent, dispatchDrawableHotspotChanged, dispatchFinishTemporaryDetach, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyEventPreIme, dispatchKeyShortcutEvent, dispatchNestedFling, dispatchNestedPreFling, dispatchNestedPrePerformAccessibilityAction, dispatchNestedPreScroll, dispatchNestedScroll, dispatchPointerCaptureChanged, dispatchPopulateAccessibilityEvent, dispatchProvideAutofillStructure, dispatchProvideStructure, dispatchStartTemporaryDetach, dispatchSystemUiVisibilityChanged, dispatchTouchEvent, dispatchTrackballEvent, dispatchUnhandledMove, dispatchWindowFocusChanged, dispatchWindowSystemUiVisiblityChanged, dispatchWindowVisibilityChanged, drawableHotspotChanged, findFocus, findViewById, findViewsWithText, findViewWithTag, focusSearch, forceHasOverlappingRendering, forceLayout, generateViewId, getAccessibilityClassName, getAccessibilityLiveRegion, getAccessibilityNodeProvider, getAccessibilityTraversalAfter, getAccessibilityTraversalBefore, getAlpha, getAnimation, getApplicationWindowToken, getAutofillHints, getAutofillId, getAutofillType, getAutofillValue, getBackground, getBackgroundTintList, getBackgroundTintMode, getBaseline, getBottom, getCameraDistance, getClipBounds, getClipBounds, getClipToOutline, getContentDescription, getContext, getDefaultFocusHighlightEnabled, getDefaultSize, getDisplay, getDrawableState, getDrawingCache, getDrawingCache, getDrawingCacheBackgroundColor, getDrawingCacheQuality, getDrawingRect, getDrawingTime, getElevation, getFilterTouchesWhenObscured, getFitsSystemWindows, getFocusable, getFocusables, getFocusedRect, getForeground, getForegroundGravity, getForegroundTintList, getForegroundTintMode, getGlobalVisibleRect, getGlobalVisibleRect, getHandler, getHasOverlappingRendering, getHeight, getHitRect, getHorizontalFadingEdgeLength, getId, getImportantForAccessibility, getImportantForAutofill, getKeepScreenOn, getKeyDispatcherState, getLabelFor, getLayerType, getLayoutDirection, getLayoutParams, getLeft, getLocalVisibleRect, getLocationInWindow, getLocationOnScreen, getMatrix, getMeasuredHeight, getMeasuredHeightAndState, getMeasuredState, getMeasuredWidth, getMeasuredWidthAndState, getMinimumHeight, getMinimumWidth, getNextClusterForwardId, getNextFocusDownId, getNextFocusForwardId, getNextFocusLeftId, getNextFocusRightId, getNextFocusUpId, getOnFocusChangeListener, getOutlineProvider, getOverlay, getOverScrollMode, getPaddingBottom, getPaddingEnd, getPaddingLeft, getPaddingRight, getPaddingStart, getPaddingTop, getParent, getParentForAccessibility, getPivotX, getPivotY, getPointerIcon, getResources, getRevealOnFocusHint, getRight, getRootView, getRootWindowInsets, getRotation, getRotationX, getRotationY, getScaleX, getScaleY, getScrollBarDefaultDelayBeforeFade, getScrollBarFadeDuration, getScrollBarSize, getScrollBarStyle, getScrollIndicators, getScrollX, getScrollY, getSolidColor, getStateListAnimator, getSystemUiVisibility, getTag, getTag, getTextAlignment, getTextDirection, getTooltipText, getTop, getTouchables, getTouchDelegate, getTransitionName, getTranslationX, getTranslationY, getTranslationZ, getVerticalFadingEdgeLength, getVerticalScrollbarPosition, getVerticalScrollbarWidth, getViewTreeObserver, getVisibility, getWidth, getWindowId, getWindowSystemUiVisibility, getWindowToken, getWindowVisibility, getWindowVisibleDisplayFrame, getX, getY, getZ, hasExplicitFocusable, hasFocus, hasFocusable, hasNestedScrollingParent, hasOnClickListeners, hasOverlappingRendering, hasPointerCapture, hasTransientState, hasWindowFocus, inflate, invalidate, invalidate, invalidate, invalidateDrawable, invalidateOutline, isAccessibilityFocused, isActivated, isAttachedToWindow, isClickable, isContextClickable, isDirty, isDrawingCacheEnabled, isDuplicateParentStateEnabled, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isFocusedByDefault, isHapticFeedbackEnabled, isHardwareAccelerated, isHorizontalFadingEdgeEnabled, isHorizontalScrollBarEnabled, isHovered, isImportantForAccessibility, isImportantForAutofill, isInEditMode, isInLayout, isInTouchMode, isKeyboardNavigationCluster, isLaidOut, isLayoutDirectionResolved, isLayoutRequested, isLongClickable, isNestedScrollingEnabled, isOpaque, isPaddingRelative, isPressed, isSaveEnabled, isSaveFromParentEnabled, isScrollbarFadingEnabled, isScrollContainer, isSelected, isShown, isSoundEffectsEnabled, isTemporarilyDetached, isTextAlignmentResolved, isTextDirectionResolved, isVerticalFadingEdgeEnabled, isVerticalScrollBarEnabled, jumpDrawablesToCurrentState, keyboardNavigationClusterSearch, layout, measure, offsetLeftAndRight, offsetTopAndBottom, onApplyWindowInsets, onCancelPendingInputEvents, onCapturedPointerEvent, onCheckIsTextEditor, onCreateInputConnection, onDragEvent, onDrawForeground, onFilterTouchEventForSecurity, onFinishTemporaryDetach, onGenericMotionEvent, onHoverChanged, onHoverEvent, onInitializeAccessibilityEvent, onInitializeAccessibilityNodeInfo, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyPreIme, onKeyShortcut, onKeyUp, onPointerCaptureChange, onPopulateAccessibilityEvent, onProvideAutofillStructure, onProvideAutofillVirtualStructure, onProvideStructure, onProvideVirtualStructure, onResolvePointerIcon, onRtlPropertiesChanged, onScreenStateChanged, onStartTemporaryDetach, onTouchEvent, onTrackballEvent, onVisibilityAggregated, onWindowFocusChanged, onWindowSystemUiVisibilityChanged, performAccessibilityAction, performClick, performContextClick, performContextClick, performHapticFeedback, performHapticFeedback, performLongClick, performLongClick, playSoundEffect, post, postDelayed, postInvalidate, postInvalidate, postInvalidateDelayed, postInvalidateDelayed, postInvalidateOnAnimation, postInvalidateOnAnimation, postOnAnimation, postOnAnimationDelayed, refreshDrawableState, releasePointerCapture, removeCallbacks, removeOnAttachStateChangeListener, removeOnLayoutChangeListener, requestApplyInsets, requestFitSystemWindows, requestFocus, requestFocus, requestFocus, requestFocusFromTouch, requestLayout, requestPointerCapture, requestRectangleOnScreen, requestRectangleOnScreen, requestUnbufferedDispatch, resolveSize, resolveSizeAndState, restoreDefaultFocus, restoreHierarchyState, saveHierarchyState, scheduleDrawable, scrollBy, scrollTo, sendAccessibilityEvent, sendAccessibilityEventUnchecked, setAccessibilityDelegate, setAccessibilityLiveRegion, setAccessibilityTraversalAfter, setAccessibilityTraversalBefore, setActivated, setAlpha, setAnimation, setAutofillHints, setBackground, setBackgroundColor, setBackgroundDrawable, setBackgroundResource, setBackgroundTintList, setBackgroundTintMode, setBottom, setCameraDistance, setClickable, setClipBounds, setClipToOutline, setContentDescription, setContextClickable, setDefaultFocusHighlightEnabled, setDrawingCacheBackgroundColor, setDrawingCacheEnabled, setDrawingCacheQuality, setDuplicateParentStateEnabled, setElevation, setEnabled, setFadingEdgeLength, setFilterTouchesWhenObscured, setFitsSystemWindows, setFocusable, setFocusable, setFocusableInTouchMode, setFocusedByDefault, setForeground, setForegroundGravity, setForegroundTintList, setForegroundTintMode, setHapticFeedbackEnabled, setHasTransientState, setHorizontalFadingEdgeEnabled, setHorizontalScrollBarEnabled, setHovered, setId, setImportantForAccessibility, setImportantForAutofill, setKeepScreenOn, setKeyboardNavigationCluster, setLabelFor, setLayerPaint, setLayerType, setLayoutDirection, setLayoutParams, setLeft, setLongClickable, setMinimumHeight, setMinimumWidth, setNestedScrollingEnabled, setNextClusterForwardId, setNextFocusDownId, setNextFocusForwardId, setNextFocusLeftId, setNextFocusRightId, setNextFocusUpId, setOnApplyWindowInsetsListener, setOnCapturedPointerListener, setOnClickListener, setOnContextClickListener, setOnCreateContextMenuListener, setOnDragListener, setOnFocusChangeListener, setOnGenericMotionListener, setOnHoverListener, setOnKeyListener, setOnLongClickListener, setOnScrollChangeListener, setOnSystemUiVisibilityChangeListener, setOnTouchListener, setOutlineProvider, setOverScrollMode, setPadding, setPaddingRelative, setPivotX, setPivotY, setPointerIcon, setPressed, setRevealOnFocusHint, setRight, setRotation, setRotationX, setRotationY, setSaveEnabled, setSaveFromParentEnabled, setScaleX, setScaleY, setScrollBarDefaultDelayBeforeFade, setScrollBarFadeDuration, setScrollbarFadingEnabled, setScrollBarSize, setScrollBarStyle, setScrollContainer, setScrollIndicators, setScrollIndicators, setScrollX, setScrollY, setSelected, setSoundEffectsEnabled, setStateListAnimator, setSystemUiVisibility, setTag, setTag, setTextAlignment, setTextDirection, setTooltipText, setTop, setTouchDelegate, setTransitionName, setTranslationX, setTranslationY, setTranslationZ, setVerticalFadingEdgeEnabled, setVerticalScrollBarEnabled, setVerticalScrollbarPosition, setWillNotCacheDrawing, setWillNotDraw, setX, setY, setZ, showContextMenu, showContextMenu, startActionMode, startActionMode, startAnimation, startDrag, startDragAndDrop, startNestedScroll, stopNestedScroll, toString, unscheduleDrawable, unscheduleDrawable, updateDragShadow, willNotCacheDrawing, willNotDraw</code></li>
  302. </ul>
  303. <ul class="blockList">
  304. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  305. <!-- -->
  306. </a>
  307. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  308. <code>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  309. </ul>
  310. </li>
  311. </ul>
  312. </li>
  313. </ul>
  314. </div>
  315. <div class="details">
  316. <ul class="blockList">
  317. <li class="blockList">
  318. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  319. <ul class="blockList">
  320. <li class="blockList"><a name="constructor.detail">
  321. <!-- -->
  322. </a>
  323. <h3>Constructor Detail</h3>
  324. <a name="CameraGLSurfaceView-android.content.Context-android.util.AttributeSet-">
  325. <!-- -->
  326. </a>
  327. <ul class="blockListLast">
  328. <li class="blockList">
  329. <h4>CameraGLSurfaceView</h4>
  330. <pre>public&nbsp;CameraGLSurfaceView(android.content.Context&nbsp;context,
  331. android.util.AttributeSet&nbsp;attrs)</pre>
  332. </li>
  333. </ul>
  334. </li>
  335. </ul>
  336. <!-- ============ METHOD DETAIL ========== -->
  337. <ul class="blockList">
  338. <li class="blockList"><a name="method.detail">
  339. <!-- -->
  340. </a>
  341. <h3>Method Detail</h3>
  342. <a name="disableView--">
  343. <!-- -->
  344. </a>
  345. <ul class="blockList">
  346. <li class="blockList">
  347. <h4>disableView</h4>
  348. <pre>public&nbsp;void&nbsp;disableView()</pre>
  349. </li>
  350. </ul>
  351. <a name="enableView--">
  352. <!-- -->
  353. </a>
  354. <ul class="blockList">
  355. <li class="blockList">
  356. <h4>enableView</h4>
  357. <pre>public&nbsp;void&nbsp;enableView()</pre>
  358. </li>
  359. </ul>
  360. <a name="getCameraTextureListener--">
  361. <!-- -->
  362. </a>
  363. <ul class="blockList">
  364. <li class="blockList">
  365. <h4>getCameraTextureListener</h4>
  366. <pre>public&nbsp;<a href="../../../org/opencv/android/CameraGLSurfaceView.CameraTextureListener.html" title="interface in org.opencv.android">CameraGLSurfaceView.CameraTextureListener</a>&nbsp;getCameraTextureListener()</pre>
  367. </li>
  368. </ul>
  369. <a name="onPause--">
  370. <!-- -->
  371. </a>
  372. <ul class="blockList">
  373. <li class="blockList">
  374. <h4>onPause</h4>
  375. <pre>public&nbsp;void&nbsp;onPause()</pre>
  376. <dl>
  377. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  378. <dd><code>onPause</code>&nbsp;in class&nbsp;<code>android.opengl.GLSurfaceView</code></dd>
  379. </dl>
  380. </li>
  381. </ul>
  382. <a name="onResume--">
  383. <!-- -->
  384. </a>
  385. <ul class="blockList">
  386. <li class="blockList">
  387. <h4>onResume</h4>
  388. <pre>public&nbsp;void&nbsp;onResume()</pre>
  389. <dl>
  390. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  391. <dd><code>onResume</code>&nbsp;in class&nbsp;<code>android.opengl.GLSurfaceView</code></dd>
  392. </dl>
  393. </li>
  394. </ul>
  395. <a name="setCameraIndex-int-">
  396. <!-- -->
  397. </a>
  398. <ul class="blockList">
  399. <li class="blockList">
  400. <h4>setCameraIndex</h4>
  401. <pre>public&nbsp;void&nbsp;setCameraIndex(int&nbsp;cameraIndex)</pre>
  402. </li>
  403. </ul>
  404. <a name="setCameraTextureListener-org.opencv.android.CameraGLSurfaceView.CameraTextureListener-">
  405. <!-- -->
  406. </a>
  407. <ul class="blockList">
  408. <li class="blockList">
  409. <h4>setCameraTextureListener</h4>
  410. <pre>public&nbsp;void&nbsp;setCameraTextureListener(<a href="../../../org/opencv/android/CameraGLSurfaceView.CameraTextureListener.html" title="interface in org.opencv.android">CameraGLSurfaceView.CameraTextureListener</a>&nbsp;texListener)</pre>
  411. </li>
  412. </ul>
  413. <a name="setMaxCameraPreviewSize-int-int-">
  414. <!-- -->
  415. </a>
  416. <ul class="blockList">
  417. <li class="blockList">
  418. <h4>setMaxCameraPreviewSize</h4>
  419. <pre>public&nbsp;void&nbsp;setMaxCameraPreviewSize(int&nbsp;maxWidth,
  420. int&nbsp;maxHeight)</pre>
  421. </li>
  422. </ul>
  423. <a name="surfaceChanged-android.view.SurfaceHolder-int-int-int-">
  424. <!-- -->
  425. </a>
  426. <ul class="blockList">
  427. <li class="blockList">
  428. <h4>surfaceChanged</h4>
  429. <pre>public&nbsp;void&nbsp;surfaceChanged(android.view.SurfaceHolder&nbsp;holder,
  430. int&nbsp;format,
  431. int&nbsp;w,
  432. int&nbsp;h)</pre>
  433. <dl>
  434. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  435. <dd><code>surfaceChanged</code>&nbsp;in interface&nbsp;<code>android.view.SurfaceHolder.Callback</code></dd>
  436. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  437. <dd><code>surfaceChanged</code>&nbsp;in class&nbsp;<code>android.opengl.GLSurfaceView</code></dd>
  438. </dl>
  439. </li>
  440. </ul>
  441. <a name="surfaceCreated-android.view.SurfaceHolder-">
  442. <!-- -->
  443. </a>
  444. <ul class="blockList">
  445. <li class="blockList">
  446. <h4>surfaceCreated</h4>
  447. <pre>public&nbsp;void&nbsp;surfaceCreated(android.view.SurfaceHolder&nbsp;holder)</pre>
  448. <dl>
  449. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  450. <dd><code>surfaceCreated</code>&nbsp;in interface&nbsp;<code>android.view.SurfaceHolder.Callback</code></dd>
  451. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  452. <dd><code>surfaceCreated</code>&nbsp;in class&nbsp;<code>android.opengl.GLSurfaceView</code></dd>
  453. </dl>
  454. </li>
  455. </ul>
  456. <a name="surfaceDestroyed-android.view.SurfaceHolder-">
  457. <!-- -->
  458. </a>
  459. <ul class="blockListLast">
  460. <li class="blockList">
  461. <h4>surfaceDestroyed</h4>
  462. <pre>public&nbsp;void&nbsp;surfaceDestroyed(android.view.SurfaceHolder&nbsp;holder)</pre>
  463. <dl>
  464. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  465. <dd><code>surfaceDestroyed</code>&nbsp;in interface&nbsp;<code>android.view.SurfaceHolder.Callback</code></dd>
  466. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  467. <dd><code>surfaceDestroyed</code>&nbsp;in class&nbsp;<code>android.opengl.GLSurfaceView</code></dd>
  468. </dl>
  469. </li>
  470. </ul>
  471. </li>
  472. </ul>
  473. </li>
  474. </ul>
  475. </div>
  476. </div>
  477. <!-- ========= END OF CLASS DATA ========= -->
  478. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  479. <div class="bottomNav"><a name="navbar.bottom">
  480. <!-- -->
  481. </a>
  482. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  483. <a name="navbar.bottom.firstrow">
  484. <!-- -->
  485. </a>
  486. <ul class="navList" title="Navigation">
  487. <li><a href="../../../overview-summary.html">Overview</a></li>
  488. <li><a href="package-summary.html">Package</a></li>
  489. <li class="navBarCell1Rev">Class</li>
  490. <li><a href="package-tree.html">Tree</a></li>
  491. <li><a href="../../../index-all.html">Index</a></li>
  492. <li><a href="../../../help-doc.html">Help</a></li>
  493. </ul>
  494. <div class="aboutLanguage">
  495. <script>
  496. var url = window.location.href;
  497. var pos = url.lastIndexOf('/javadoc/');
  498. url = pos >= 0 ? (url.substring(0, pos) + '/javadoc/mymath.js') : (window.location.origin + '/mymath.js');
  499. var script = document.createElement('script');
  500. script.src = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML,' + url;
  501. document.getElementsByTagName('head')[0].appendChild(script);
  502. </script>
  503. </div>
  504. </div>
  505. <div class="subNav">
  506. <ul class="navList">
  507. <li><a href="../../../org/opencv/android/CameraGLRendererBase.html" title="class in org.opencv.android"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  508. <li><a href="../../../org/opencv/android/CameraGLSurfaceView.CameraTextureListener.html" title="interface in org.opencv.android"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  509. </ul>
  510. <ul class="navList">
  511. <li><a href="../../../index.html?org/opencv/android/CameraGLSurfaceView.html" target="_top">Frames</a></li>
  512. <li><a href="CameraGLSurfaceView.html" target="_top">No&nbsp;Frames</a></li>
  513. </ul>
  514. <ul class="navList" id="allclasses_navbar_bottom">
  515. <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  516. </ul>
  517. <div>
  518. <script type="text/javascript"><!--
  519. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  520. if(window==top) {
  521. allClassesLink.style.display = "block";
  522. }
  523. else {
  524. allClassesLink.style.display = "none";
  525. }
  526. //-->
  527. </script>
  528. </div>
  529. <div>
  530. <ul class="subNavList">
  531. <li>Summary:&nbsp;</li>
  532. <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
  533. <li><a href="#fields.inherited.from.class.android.opengl.GLSurfaceView">Field</a>&nbsp;|&nbsp;</li>
  534. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  535. <li><a href="#method.summary">Method</a></li>
  536. </ul>
  537. <ul class="subNavList">
  538. <li>Detail:&nbsp;</li>
  539. <li>Field&nbsp;|&nbsp;</li>
  540. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  541. <li><a href="#method.detail">Method</a></li>
  542. </ul>
  543. </div>
  544. <a name="skip.navbar.bottom">
  545. <!-- -->
  546. </a></div>
  547. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  548. <p class="legalCopy"><small>Generated on 2023-06-28 12:47:21 / OpenCV 4.8.0</small></p>
  549. </body>
  550. </html>