|
Re: USB camera using java that doesn't use too much bandwidth
In the code, set the size and quality to lower values. Our team uses 320x240 size and it provides clear enough vision for drivers and does not use too much bandwidth. The quality doesn't affect anything nearly as much, but lowering that might help. You can change these either in the driver station or using the setQuality and setSize methods.
|