Skip to content

Commit

Permalink
デバッグログを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Aug 6, 2023
1 parent 308de46 commit f3e8a28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SORA_CPP_SDK_VERSION=2023.7.2-hololens2.0
WEBRTC_BUILD_VERSION=m114.5735.2.1-hololens2.0
SORA_CPP_SDK_VERSION=2023.7.2-hololens2.1
WEBRTC_BUILD_VERSION=m114.5735.2.1-hololens2.1
BOOST_VERSION=1.82.0
CMAKE_VERSION=3.26.4
BAZEL_VERSION=5.3.2
Expand Down
5 changes: 5 additions & 0 deletions src/scalable_track_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ bool ScalableVideoTrackSource::OnCapturedFrame(
return false;
}

RTC_LOG(LS_INFO)
<< "[hololens2-debug] ScalableVideoTrackSource::OnCapturedFrame: "
"webrtc::VideoFrameBuffer::Type="
<< (int)frame.video_frame_buffer()->type();

if (config_.on_frame) {
config_.on_frame(frame);
}
Expand Down

0 comments on commit f3e8a28

Please sign in to comment.