Commit Graph

9 Commits

Author SHA1 Message Date
Benjamin Schaaf 337526e9b9 It works! 2021-04-15 23:14:20 +10:00
Benjamin Schaaf f1947f134e Rework pipeline to allow for DMA support
The process pipeline is now tasked with releasing the camera buffer,
rather than being given a copy. This enables being able to avoid the
copy in the future if it has a performance advantage.
2021-04-08 19:56:51 +10:00
Martijn Braam 72105c9491 Code style 2020-12-06 15:44:31 +01:00
Martijn Braam 7665f5d85b Use MPLANE buffers for MPLANE cameras 2020-11-28 19:19:12 +01:00
Benjamin Schaaf fe18201094 Don't log an error when camera query control fails 2020-11-28 00:51:19 +11:00
Benjamin Schaaf 8eb8441123 Add control enumeration 2020-11-28 00:03:39 +11:00
Benjamin Schaaf a7e7f802bc Implement mplane support 2020-11-26 22:23:18 +11:00
Benjamin Schaaf d2f72a9150 Pipeline improvements 2020-11-26 00:31:52 +11:00
Benjamin Schaaf 0ba1a6844e First pass at pipeline implementation 2020-11-20 22:25:39 +11:00