Emilio López ff9d9e3fa4 click: fix camera failure after zoom usage
libcamera was changing the image resolution without updating
mRawWidth and mRawHeight, and this caused initRaw to take pictures
with the previous resolution. If that resolution was unsuitable
because of zoom level, it would cause the camera to fail until
it was restarted.

This patch updates both variables to reflect the modified
resolution so initRaw always takes pictures with the correct
width and height.

Change-Id: I33e8445a65ac667a030b35b103f86be46381abc4
2011-11-28 09:04:38 +01:00
..
2011-08-12 00:14:16 +02:00
2011-02-18 16:49:31 +01:00
2011-02-09 18:58:14 +01:00
2011-02-09 18:58:14 +01:00
2011-02-18 16:49:31 +01:00
2011-08-12 00:14:16 +02:00