This file is indexed.

/usr/share/elmerpost/lib/cameras/four_view.cam is in elmer-common 6.1.0.svn.5396.dfsg2-4ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
!
! camera configuration four view
!
!
camera      camera1
from        0 0 5
to          0 0 0
up          0 1 0
viewport    0 0 0.5 0.5
projection  perspective
field angle 30
clip        0.1 20

camera      camera2
from        5 0 0
to          0 0 0
up          0 1 0
viewport    0.5 0 1 0.5
projection  perspective
field angle 30
clip        0.1 20

camera      camera3
from        0 5 0
to          0 0 0
up          0 0 1
viewport    0.0 0.5 0.5 1
projection  perspective
field angle 30
clip        0.1 20

camera      camera4
from        5 5 5
to          0 0 0
up          0 1 0
viewport    0.5 0.5 1 1
projection  perspective
field angle 30
clip        0.1 20