Login  Register

Re: stereo example

Posted by matlabbe on Oct 10, 2024; 2:48am
URL: http://official-rtab-map-forum.206.s1.nabble.com/stereo-example-tp10512p10524.html

Hi,

If you downloaded the release here, that is only the binaries to run the app.

To build from source, you would have to get all dependencies. On Ubuntu it is pretty straightforward, but on Windows it is a little tedious as we have to rebuild all dependencies from source. See VCPKG instructions here.

To set "FOURCC('M', 'J', 'P', 'G')", I guess that could be added around here with:
capture_.set(CV_CAP_PROP_FOURCC ,CV_FOURCC('M', 'J', 'P', 'G') );