File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 316316 < div id ="nav-content " tabindex ="-1 ">
317317 < ul >
318318 < li > < a href ="javascript:void(0) " onclick ="Dec.toggleFullscreen() "> Fullscreen</ a > </ li >
319- < li > < a href ="javascript:void(0) " onclick ="Dec.capture_frame() "> Capture</ a > </ li >
320319 < hr >
321320 < li > < a class ="mode-b " href ="javascript:void(0) " onclick ="Dec.setMode('B') "> Mode B</ a > </ li >
322321 < li > < a class ="mode-4c " href ="javascript:void(0) " onclick ="Dec.setMode('4C') "> 4C < small > (old apps)</ small > </ a > </ li >
322+ < li class ="small "> < a href ="javascript:void(0) " onclick ="Dec.captureFrame() "> Capture</ a > </ li >
323+ < li class ="small "> < a href ="javascript:void(0) " onclick ="Dec.showDebug() "> Debug</ a > </ li >
323324 < li class ="small "> < a href ="https://github.com/sz3/libcimbar "> github</ a > </ li >
324325 < li class ="small "> < a href ="https://github.com/sz3/cfc/releases/latest "> android app</ a > </ li >
325326 </ ul >
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ return {
243243 _video . requestVideoFrameCallback ( Dec . on_frame ) ;
244244 } ,
245245
246- capture_frame : function ( )
246+ captureFrame : function ( )
247247 {
248248 _captureNextFrame = 1 ;
249249 alert ( "about to capture!" ) ;
You can’t perform that action at this time.
0 commit comments