[vlc-devel] [PATCH] core: 75° is a better field of view default

Rémi Denis-Courmont remi at remlab.net
Thu Nov 17 17:48:09 CET 2016


Le torstaina 17. marraskuuta 2016, 14.44.26 EET Steve Lhomme a écrit :
> it "zooms" more on the source but has less side distortions when navigating
> in the VR world

75 degrees FoV is rather well documented to cause motion sickness. I would 
consider much worse rather than "better".

> ---
>  include/vlc_es.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/vlc_es.h b/include/vlc_es.h
> index 46c6582..61cc968 100644
> --- a/include/vlc_es.h
> +++ b/include/vlc_es.h
> @@ -282,7 +282,7 @@ typedef enum video_chroma_location_t
>      CHROMA_LOCATION_BOTTOM_CENTER,
>  } video_chroma_location_t;
> 
> -#define DEFAULT_FIELD_OF_VIEW_DEGREES  80.f
> +#define DEFAULT_FIELD_OF_VIEW_DEGREES  75.f
> 
>  /**
>   * video format description


-- 
Rémi Denis-Courmont
https://www.remlab.net/



More information about the vlc-devel mailing list