[cscore] Deprecate AxisCamera (#6579)

This commit is contained in:
Gold856
2024-05-12 13:28:51 -04:00
committed by GitHub
parent fb3e0e1ecb
commit 305a0657e2
12 changed files with 75 additions and 20 deletions

View File

@@ -310,12 +310,12 @@
"commandversion": 2
},
{
"name": "Axis Camera Sample",
"description": "Acquire images from an Axis network camera and adds some annotation to the image (as you might do for showing operators the result of some image recognition), and sends it to the dashboard for display.",
"name": "HTTP Camera",
"description": "Acquire images from an HTTP network camera and adds some annotation to the image (as you might do for showing operators the result of some image recognition), and sends it to the dashboard for display.",
"tags": [
"Vision"
],
"foldername": "AxisCameraSample",
"foldername": "HttpCamera",
"gradlebase": "cpp",
"commandversion": 2
},