mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Change vision defaults from "cam1" to cam0". Add some error reporting to Intermediate Vision example
Change-Id: If0bb60611c6c5e6f2411ad5d0432c712b24efb24
This commit is contained in:
@@ -25,7 +25,7 @@ class CameraServer : public ErrorBase {
|
||||
static constexpr uint32_t kSize320x240 = 1;
|
||||
static constexpr uint32_t kSize160x120 = 2;
|
||||
static constexpr int32_t kHardwareCompression = -1;
|
||||
static constexpr char const *kDefaultCameraName = "cam1";
|
||||
static constexpr char const *kDefaultCameraName = "cam0";
|
||||
|
||||
public:
|
||||
static CameraServer *GetInstance();
|
||||
|
||||
Reference in New Issue
Block a user