CameraDevice.createCaptureSession is mostly deprecated. Any example on how to use the left over version method with the SessionConfiguration argument (and there especially the executor argument), would be nice.
Currently I have:
cameraDevice.createCaptureSession(surfaceList, mCameraSessionListener, mCameraHandler);