You can pass manualHorizontalFlip=true in CameraParameters.imageProjection
If you'd like tracked targets to be flipped, you need to pass manualHorizontalFlip=true in CameraParameters.projection, too. You may also need to adjust culling options of your virtual content to render it properly.
imageHorizontalFlip is for manual calculation of the projection matrix.