2018-07-17 17:16:48 +03:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.14" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > MYNT EYE SDK: Control Protocols< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */< / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "custom.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "icon.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > MYNT EYE SDK
2018-09-27 04:34:21 +03:00
  < span id = "projectnumber" > 2.0.1-rc2< / span >
2018-07-17 17:16:48 +03:00
< / div >
< div id = "projectbrief" > http://www.myntai.com/camera< / div >
< / td >
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('spec_control_api.html','');});
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > Control Protocols < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "textblock" > < p > There are two control modes, one is through UVC standard protocol, the other is through UVC custom protocol with extension unit.< / p >
< h2 > Standard Protocol< / h2 >
< table class = "markdownTable" >
< tr class = "markdownTableHead" >
< th class = "markdownTableHeadLeft" > Name < / th > < th class = "markdownTableHeadLeft" > Field < / th > < th class = "markdownTableHeadLeft" > Bytes < / th > < th class = "markdownTableHeadLeft" > Default < / th > < th class = "markdownTableHeadLeft" > Min < / th > < th class = "markdownTableHeadLeft" > Max < / th > < th class = "markdownTableHeadLeft" > Stored < / th > < th class = "markdownTableHeadLeft" > Flash Address < / th > < th class = "markdownTableHeadLeft" > Note < / th > < / tr >
< tr class = "markdownTableBody" class = "markdownTableRowOdd" >
< td class = "markdownTableBodyLeft" > Gain < / td > < td class = "markdownTableBodyLeft" > gain < / td > < td class = "markdownTableBodyLeft" > 2 < / td > < td class = "markdownTableBodyLeft" > 24 < / td > < td class = "markdownTableBodyLeft" > 0 < / td > < td class = "markdownTableBodyLeft" > 48 < / td > < td class = "markdownTableBodyLeft" > √ < / td > < td class = "markdownTableBodyLeft" > 0x12 < / td > < td class = "markdownTableBodyLeft" > valid if manual-exposure < / td > < / tr >
< tr class = "markdownTableBody" class = "markdownTableRowEven" >
< td class = "markdownTableBodyLeft" > Brightness < / td > < td class = "markdownTableBodyLeft" > brightness/exposure_time < / td > < td class = "markdownTableBodyLeft" > 2 < / td > < td class = "markdownTableBodyLeft" > 120 < / td > < td class = "markdownTableBodyLeft" > 0 < / td > < td class = "markdownTableBodyLeft" > 240 < / td > < td class = "markdownTableBodyLeft" > √ < / td > < td class = "markdownTableBodyLeft" > 0x14 < / td > < td class = "markdownTableBodyLeft" > valid if manual-exposure < / td > < / tr >
< tr class = "markdownTableBody" class = "markdownTableRowOdd" >
< td class = "markdownTableBodyLeft" > Contrast < / td > < td class = "markdownTableBodyLeft" > contrast/black_level_calibration < / td > < td class = "markdownTableBodyLeft" > 2 < / td > < td class = "markdownTableBodyLeft" > 127 < / td > < td class = "markdownTableBodyLeft" > 0 < / td > < td class = "markdownTableBodyLeft" > 255 < / td > < td class = "markdownTableBodyLeft" > √ < / td > < td class = "markdownTableBodyLeft" > 0x10 < / td > < td class = "markdownTableBodyLeft" > valid if manual-exposure < / td > < / tr >
< / table >
< h2 > Custom Protocol< / h2 >
2018-08-14 06:19:30 +03:00
< p > | Name | Field | Bytes | Default | Min | Max | Stored | Flash Address | Channel | Note | | :— | :-— | :-— | :---— | :– | :– | :--— | :---------— | :---— | :--— | | Frame rate | frame_rate | 2 | 25 | 10 | √ | 0x21 | XU_CAM_CTRL | values: {10,15,20,25,30,35,40,45,50,55} | | IMU frequency | imu_frequency | 2 | 200 | 100 | 500 | √ | 0x23 | XU_CAM_CTRL | values: {100,200,250,333,500} | | Exposure mode | exposure_mode | 1 | 0 | 0 | 1 | √ | 0x0F | XU_CAM_CTRL | 0: enable auto-exposure; 1: manual-exposure | | Max gain | max_gain | 2 | 48 | 0 | 48 | √ | 0x1D | XU_CAM_CTRL | valid if auto-exposure | | Max exposure time | max_exposure_time | 2 | 240 | 0 | 240 | √ | 0x1B | XU_CAM_CTRL | valid if auto-exposure | | Desired brightness | desired_brightness | 2 | 192 | 0 | 255 | √ | 0x19 | XU_CAM_CTRL | valid if auto-exposure | | IR control | ir_control | 1 | 0 | 0 | 160 | × | - | XU_CAM_CTRL | | | HDR mode | hdr_mode | 1 | 0 | 0 | 1 | √ | 0x1F | XU_CAM_CTRL | 0: 10-bit; 1: 12-bit | | Zero drift calibration | zero_drift_calibration | | - | - | - | × | - | XU_HALF_DUPLEX | | | Erase chip | erase_chip | | - | - | - | × | - | XU_HALF_DUPLEX | | < / p >
2018-07-17 17:16:48 +03:00
< / div > < / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.14 < / li >
< / ul >
< / div >
< / body >
< / html >