We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421a037 commit 36b780bCopy full SHA for 36b780b
src/main.cpp
@@ -58,7 +58,7 @@ std::vector<Eigen::Vector3f> generate_random_points_vector(int num_points) {
58
}
59
60
int main() {
61
- auto rec = rerun::RecordingStream("rerun_cpp_example_opencv_eigen");
+ auto rec = rerun::RecordingStream("rerun_example_cpp");
62
rec.connect("127.0.0.1:9876").throw_on_failure();
63
64
const int num_points = 1000;
0 commit comments