Quote:
Originally Posted by virtuald
If you were using python (a lot of teams find OpenCV easier to use in python), the pynetworktables documentation has a lot of examples of various networktables things you can look at: http://robotpy.readthedocs.io/projec.../examples.html
Curiously enough, I hadn't ever thought about the fact that one might think that a 'table' needs to be created. I'll add a note about that to our docs.
|
I have noticed that there are far more C++ and Python OpenCV examples and tutorials than for Java, which is where most of our experience currently is. (Well, most of it actually still is in LabVIEW.) Python will be something to think about for future years.
As far as the table creation, I work with databases in my 8-5, so in my mind, a table doesn't exist unless you create it explicitly. Kind of funny how experience can help determine perspectives.