diff options
Diffstat (limited to 'test/v4l2_videodevice/capture_async.cpp')
-rw-r--r-- | test/v4l2_videodevice/capture_async.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/v4l2_videodevice/capture_async.cpp b/test/v4l2_videodevice/capture_async.cpp index 442a4fe5..f62bbd83 100644 --- a/test/v4l2_videodevice/capture_async.cpp +++ b/test/v4l2_videodevice/capture_async.cpp @@ -22,7 +22,7 @@ public: void receiveBuffer(Buffer *buffer) { - std::cout << "Received buffer " << buffer->index() << std::endl; + std::cout << "Buffer received" << std::endl; frames++; /* Requeue the buffer for further use. */ |