TI中文支持网
TI专业的中文技术问题搜集分享网站

DS90UB940N-Q1: how to set DS90UB940N register

Part Number:DS90UB940N-Q1

Dear TI Team:

We now have a design:  DS90UB947 generates a 1920*720@50hz RGB signal , now DS90UB940 need to convert  into the corresponding YUV signal to the platform SOC.

Now the platform can receive the CSI signal generated by 940, but there are some problems in display color and resolution (Inconsistent with the content displayed at the

input end), such as attachment video. If we have any problemwith the setting of 940 register, please help us to have a look. Thanks very much !
(function(id)
{
var v = document.getElementById(id);var op = v.style.position, ol = v.style.left, or = v.style.right, fe = [];
var nodeLimit = 50;
checkVideo = function() {
if (!v.canPlayType || v.error) {
var bound = 0;
while (v.childNodes.length > 0 && bound < nodeLimit) {
bound++;
if (v.childNodes[0].nodeName != 'SOURCE') {
v.parentNode.insertBefore(v.childNodes[0], v);
}
}
v.parentNode.removeChild(v);
} else if (v.readyState == 0) {
window.setTimeout(checkVideo, 249);
}
},
checkVideoRendered = function() {
if (v.networkState == 1 && v.readyState == 4) {
v.style.position = op;
v.style.left = ol;
v.style.right = or;
for (var i = 0; i < fe.length; i++) {
fe[i].parentNode.removeChild(fe[i]);
}
} else {
window.setTimeout(checkVideoRendered, 249);
}
}
if (navigator.userAgent.indexOf('iPad') == -1 && navigator.userAgent.indexOf('iPhone') == -1 && navigator.userAgent.indexOf('iPod') == -1) {
window.setTimeout(checkVideo, 249);
}
})('v_985c32a861e84c289c948e8bc17a578e');

Amy Luo:

您好,

感谢您对TI产品的关注!为更加有效地解决您的问题,我将您的问题发布在了E2E英文论坛,将有资深的英文论坛工程师为您提供帮助。

对应的E2E英文论坛帖子链接:https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1079896/ds90ub940n-q1-how-to-set-ds90ub940n-register

,

Amy Luo:

您好,E2E英文论坛的工程师已经回复,请查看链接以提供相应的信息。

,

Amy Luo:

我看到您已经在E2E英文论坛跟进您的问题,现在您的问题解决了吗?如果已经解决,请在E2E英文论坛点击“This resolved my issue”,如果还没有解决,请跟进E2E英文论坛。

赞(0)
未经允许不得转载:TI中文支持网 » DS90UB940N-Q1: how to set DS90UB940N register
分享到: 更多 (0)