Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7140

Camera board • Re: GMSL2 (MAX96714 & MAX96717) video stream problem.

$
0
0
I think I've just tracked it down, but not the cause. It's the logging message at https://github.com/raspberrypi/linux/bl ... 1672-L1675

Code:

cfe_dbg("%s: [%s] link \"%s\":%u -> \"%s\":%u\n", __func__,node_desc[node->id].name,link->source->entity->name, link->source->index,link->sink->entity->name, link->sink->index);
node is rubbish, so node->id goes bananas.
I thought so as well.

I have just managed to manually configure MAX96717 and MAX96714 (through i2cset) and successfully got image from IMX219 (on 6.6), so hardware wise we are ok. That being said, we have a platform on which we can test future libcamera integrations of stream API. I will try to follow pull-requests there and test features that apply to the issues we have been discussing.

Statistics: Posted by jakos — Tue Nov 26, 2024 8:22 pm



Viewing all articles
Browse latest Browse all 7140

Trending Articles