Hi Hans, Quoting Hans Verkuil (2022-05-06 14:20:09) > Hi all, > > Since countries are opening up again and travel is (at least for now!) a lot easier, > I am considering a media summit during the ELCE in Dublin (Sep 13-16). > > See here for more details about the conference: > > https://events.linuxfoundation.org/open-source-summit-europe/ > > Of course, this only makes sense if there is something to talk about. So please reply > with any suggestions for topics! > > Also please let me know if you would expect to be at such a media summit in person. > If only a few people would be there, then there isn't much point to this. > > > I have two topics: > > 1) Discussion of the media subsystem development process: any bottlenecks, any ideas > for improvements? > > 2) I can give a presentation on the work I've done in the CTA-861 standard (used by > HDMI) and the edid-decode utility. > > I'd like to make a decision on whether or not it is worthwhile to do this in a week > or two. If we wait too long it might be difficult to get a room for the summit. I would like to bring up the 'fault tolerance' topic again if I can. I raised this in the past when we first started hitting the issue on Renesas platforms with multiple cameras in a single media graph, but now I think it's become more critical with desktop / laptop devices that are hitting the issue (i.e. the IPU3). Summary of issue: - Multiple cameras that can function independently successfully, are prevented from functioning or fully probing by V4L2 if one component of another camera fails to load or probe. If Camera A has a VCM, and Camera B does not, Camera B will not be available at all if Camera A's VCM is not fully probed, even though Camera B can be fully functional and complete. Even if Camera A does not have the VCM probed, it may still function successfully (with a fixed focal position) - but our current implementation will mean that it will not even be available to capture images. We talked about this quite a long time ago, and I believe the general consensus was that we can have events on the media graph. But unfortunately at the time, there was no development scheduled on that, and it wasn't something I was able to continue at the time. I'd like to bring it up to refresh the topic, and see if we can make some progress as it's now affecting more general devices. -- Kieran > > Regards, > > Hans