This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DS90UB954-Q1: 不能出图

Part Number: DS90UB954-Q1
Other Parts Discussed in Thread: ALP

高通845 linux,OX03C10 + DS90UB953 + DS90UB954。直接连接03C10可以正常使用。连接954、953后报 SOF Freeze。954和953配置如下。

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
int main(int argc, char *argv[])
{
if (Hardware::PC())
{
printf("exiting, camerad is not meant to run on PC\n");
return 0;
}
int ret = util::set_realtime_priority(53);
assert(ret == 0);
ret = util::set_core_affinity({6});
assert(ret == 0 || Params().getBool("IsOffroad")); // failure ok while offroad due to offlining cores
// camerad_thread();
LOGE("-- UB954 TEST --");
LOGE("-- Opening devices");
// video0 is req_mgr, the target of many ioctls
cameras.video0_fd = HANDLE_EINTR(open("/dev/v4l/by-path/platform-soc:qcom_cam-req-mgr-video-index0", O_RDWR | O_NONBLOCK));
assert(cameras.video0_fd >= 0);
LOGE("opened video0");
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

报错如下

ALP显示,镜头配置的分辨率为1928*1208

x 出现错误。请重试或与管理员联系。