summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/codesandbox.svg
diff options
context:
space:
mode:
authorPaul Elder <paul.elder@ideasonboard.com>2020-06-30 21:04:59 +0900
committerPaul Elder <paul.elder@ideasonboard.com>2020-07-10 16:11:16 +0900
commit5445c7d4b2a07d52a04bedfc1ba351a87bdc7633 (patch)
tree87e4edbcb25a5baaac90bcfb3ed4fc8ed76a5aa8 /src/qcam/assets/feathericons/codesandbox.svg
parent10d05404eb5b3941ef34dbdd901c61d302b421e0 (diff)
libcamera: pipeline_handler: Fatal if registering camera without media devices
Pipeline handlers must acquire media devices via PipelineHander::acquireMediaDevice so that the media devices can be registered with the pipeline handler, so that they can be automatically added to the devnum map for the v4l2 compatibility layer to use. Die fatally if any camera trying to be registered has not acquired any media devices via acquireMediaDevice. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/qcam/assets/feathericons/codesandbox.svg')
0 files changed, 0 insertions, 0 deletions
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182