1FVCONVERTER(1) Fawkes Manual FVCONVERTER(1)
2
3
4
6 fvconverter - Convert images to file formats supported by Firevision
7
9 fvconverter infile outfile
10 fvconverter -u -c colorspace -w width -h height infile outfile
11
13 This program can be used to convert image files between the formats
14 supported by FireVision. The supported formats are unformatted raw,
15 FireVision raw, JPEG, PNG, and PNM. The unformatted raw format is a
16 file that contains the byte stream of an image from a camera as-is,
17 without any further information or file header. FireVision raw format
18 adds a header with some information.
19
20 In case of an input image which is not unformatted raw, the simple
21 first form of the command must be used. For unformatted raw the second
22 format must be used. Unformatted raw may not be the output image
23 format.
24
25 The filetype of the input file is inferred by the file content. The
26 format of the output file is determined by the extension of the output
27 file. It must be raw, jpeg or jpg, png, or pnm for the respective
28 output format. Raw is always FireVision raw format.
29
30 If called without any parameters the usage instructions are displayed.
31
33 -u
34 Unformatted raw input.
35
36 -c colorspace
37 The unformatted raw input file is in colorspace colorspace.
38
39 -w width
40 The unformatted raw input file has the given width.
41
42 -h height
43 The unformatted raw input file has the given height.
44
46 fvconverter input.jpg output.raw
47 Read the file input.jpg and convert it to FireVision output. Write
48 the result to the file output.raw.
49
50 fvconverter -u -c YUV422_PLANAR -w 640 -h 480 input.raw output.raw
51 Convert the informatted input.raw, which contains an image in
52 YUV422 planar color space and has a size of 640x480 pixel to the
53 FireVision raw format.
54
56 fawkes(8)
57
59 Written by Daniel Beck <beck@kbsg.rwth-aachen.de> and Tim Niemueller
60 <niemueller@kbsg.rwth-aachen.de>
61
63 Documentation by Tim Niemueller <niemueller@kbsg.rwth-aachen.de>
64
66 Part of the Fawkes Robot Software Framework. Project website is at
67 http://www.fawkesrobotics.org
68
69
70
71Fawkes 1.3.0 04/12/2022 FVCONVERTER(1)