[libcamera-devel,0/3] Documentation: Update code examples in Application Writer's Guide
mbox series

Message ID 20220615162601.48619-1-dse@thaumatec.com
Headers show
Series
  • Documentation: Update code examples in Application Writer's Guide
Related show

Message

Daniel Semkowicz June 15, 2022, 4:25 p.m. UTC
Hello,

I tried to follow "Application Writer's Guide" to build an example C++
application that uses libcamera. Unfortunately, it looks that code
examples in documentation no longer match the libcamera source code.

The following patches include necessary updates to documentation, that
make the example code build and work correctly again. These patches
mainly base on the cam and qcam source code as reference.

I am new to libcamera, but I hope I understood the software architecture
correctly.

All comments are appreciated.

Best regards
Daniel Semkowicz

Daniel Semkowicz (3):
  Documentation: Update code examples to match Request related changes
  Documentation: Update code examples to use the Request::reuse() method
  Documentation: Update the "Start an event loop" section

 .../guides/application-developer.rst          | 48 +++++++------------
 1 file changed, 18 insertions(+), 30 deletions(-)