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 07054e5 commit 0a752aaCopy full SHA for 0a752aa
tests/fakegv.c
@@ -231,12 +231,7 @@ main (int argc, char *argv[])
231
simulator = arv_gv_fake_camera_new ("127.0.0.1", "GVTest");
232
g_assert (ARV_IS_GV_FAKE_CAMERA (simulator));
233
234
-#if !defined(__APPLE__)
235
camera = arv_camera_new ("Aravis-GVTest", NULL);
236
-#else
237
- /* Broadcast listening on 127.0.0.1 does not work on macOS, instantiate the camera by IP.*/
238
- camera = arv_camera_new ("127.0.0.1", NULL);
239
-#endif
240
g_assert (ARV_IS_CAMERA (camera));
241
242
g_test_add_func ("/fakegv/device_registers", register_test);
0 commit comments