Skip to content
Snippets Groups Projects
Commit fe378135 authored by Philippe Gorley's avatar Philippe Gorley Committed by Philippe Gorley
Browse files

smartools: show resolution without shared memory

Change-Id: I4c70799ce157e97001e85052987835781d5152a7
parent 627982fe
No related branches found
No related tags found
No related merge requests found
......@@ -332,9 +332,10 @@ SinkClient::update(Observable<std::shared_ptr<VideoFrame>>* /*obs*/,
}
#endif
#if HAVE_SHM
// Send the resolution in smartInfo
Smartools::getInstance().setResolution(id_, f.width(), f.height());
#if HAVE_SHM
shm_->renderFrame(f);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment