Skip to content

Planqton/scopeView.vb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scopeView

This project is a Windows Forms application written in VB.NET. It provides functionalities for streaming video from capture devices like Aliexpress Scope Cam, drawing on the video stream, capturing snapshots with drawings, and recording the video stream.

Table of Contents

Dependencies

  • AForge.NET Framework

Features

  • Stream video from capture devices.
  • Draw shapes, lines, arrows, and text on the video stream.
  • Capture snapshots with drawings.
  • Pause and resume video streaming.

Usage

  1. Run the application.
  2. Select a streaming device from the dropdown list.
  3. Click on the "Start" button to begin streaming.
  4. Use the drawing tools to annotate the video stream.
  5. Click on the "Snapshot" button to capture a snapshot with drawings.
  6. Click on the "Pause" button to pause the video stream.
  7. Click on the "Stop" button to stop the video stream.

Installation

  1. Clone the repository: git clone https://github.com/your/repository.git
  2. Open the project in Visual Studio.
  3. Build the project.
  4. Run the application.

Known Bugs

  • When drawing with the brush tool, the drawing would be deleted.

Planned

  • Recording Function with AVI output.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature.
  3. Make your changes and commit them: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature.
  5. Submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors