t-asano / tinyviewplus

FPV multi-view and lap timing system.
Other
65 stars 14 forks source link

Added Linux support #22

Closed mchelifpv closed 4 years ago

mchelifpv commented 4 years ago

For the correct definition of cameras, is required error correction in openFrameworks. Locate file "../libs/openFrameworks/video/ ofGstVideoGrabber.cpp". Find the line:

guint cap = v2cap.capabilities;

Replace it with:

guint cap = v2cap.device_caps;

Rebuild openFrameworks. See here for more info: https://github.com/openframeworks/openFrameworks/issues/6556

kenken64 commented 2 years ago

Possible to drop a guideline how to build for linux ?