FIRST-Tech-Challenge / ftcdocs

FTC Documentation Project built on Sphinx
BSD 3-Clause "New" or "Revised" License
15 stars 31 forks source link

Change enableCameraMonitoring to enableLiveView #248

Open pmichaud opened 5 months ago

pmichaud commented 5 months ago

The FTCDocs say to use "enableCameraMonitoring(boolean)" on a VisionPortal.Builder to enable/disable live view, but the SDK seems to have changed this to be "enableLiveView(boolean)" in the 9.0 and later releases.

pmichaud commented 5 months ago

I should note that the Blocks code image also says enableCameraMonitoring, but I don't have an easy way to regenerate or fix that image.

uvidyadharan commented 5 months ago

I should note that the Blocks code image also says enableCameraMonitoring, but I don't have an easy way to regenerate or fix that image.

Thanks for the catch. I have asked @WestsideRobotics to provide updated images for that page.

uvidyadharan commented 5 months ago

050-VisionPortal-AT-webcam-options-enabled Hi @pmichaud , could you update 050-VisionPortal-AT-webcam-options-enabled.png with the image attached above? Thanks.