I am currently trying to use RPi for camera with FRC Image but I fail to create a network table in my computer. This guide says that if I don’t have a network table running on my computer than I get the errors shown and I’m getting the errors shown. My code is currently
NetworkTable table;
in the class and
table = NetworkTableInstance.getDefault().getTable("datatable");
in the robotInit()
I don’t know how to “get it running” on my computer (and I don’t know how to send info from RPi to my computer using networktables.