Screen Video Capturing SDK for Developers - Page 15 of 19 - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

Screen Video Capturing SDK

  • Home
  • /
  • Screen Video Capturing SDK
ByteScout Screen Capturing SDK - C++ (unmanaged) - Capture From Given Window CaptureFromGivenWindow.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C++ (unmanaged) - Capture From Given Region CaptureFromGivenRegion.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C++ (unmanaged) - Capture From Entire Screen (QT) main.cpp widget.cpp #include "widget.h" #include "ui_widget.h" #include #include #include using namespace std; Widget::Widget(QWidget *parent) : QWidget(parent), ui(new Ui::Widget) { ui->setupUi(this); //Decomment if you need to use QAxWidget //com = new QAxWidget; //Comment if you need QAxWidget com = new QAxObject; com->setControl("BytescoutScreenCapturing.Capturer"); QString error = com->property("LastError").toString(); if (error.compare("No errors.")!=0) // or empty string { cout setProperty("CurrentWebCam",0); //com->setProperty("CaptureTransparentControls",true); // Set rectangle to show overlaying [...]
ByteScout Screen Capturing SDK - C++ (unmanaged) - Capture From Entire Screen CaptureFromEntireScreen.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C++ (unmanaged) - Capture and Add Time Stamp CaptureFromEntireScreen.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C++ (managed) - WEBM output - Capture From Entire Screen CaptureFromEntireScreen.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C++ (managed) - Capture With Webcamera Overlay CaptureWithWebcameraOverlay.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C++ (managed) - Capture Region Around Mouse CaptureRegionAroundMouse.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C++ (managed) - Capture From Given Window CaptureFromGivenWindow.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout Screen Capturing SDK - C++ (managed) - Capture From Given Region CaptureFromGivenRegion.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK