when I use the front camera like this:
controller = new CameraController(
widget.cameras[1],
ResolutionPreset.high,
);
... the pose estimation key points seem way off. Could you please let me know which parameter settings I need to adjust to make it work for the front camera as well?