Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx authored Dec 23, 2024
1 parent 8732db2 commit 9610fda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion litecam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,6 @@ int main()
- **`void DrawContour(const std::vector<std::pair<int, int>> &points)`**: Draws contours on the frame.
- **`void DrawText(const std::string &text, int x, int y, int fontSize, const Color &color)`**: Draws text on the frame.
## Blog
- [Building a Lightweight C++ Camera Library for Barcode Scanning on Linux](https://www.dynamsoft.com/codepool/linux-cpp-camera-barcode-scanner.html)
- [How to Implement Camera Preview with Windows Media Foundation API in C++](https://www.dynamsoft.com/codepool/windows-cpp-camera-barcode-scanner.html)

0 comments on commit 9610fda

Please sign in to comment.