Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Dec 19, 2024
1 parent a86480b commit 941e56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litecam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int main()
FrameData frame = camera.CaptureFrame();
if (frame.rgbData) {
window.ShowFrame(frame.rgbData, frame.width, frame.height);
camera.ReleaseFrame(frame);
ReleaseFrame(frame);
}
}
Expand Down

0 comments on commit 941e56f

Please sign in to comment.