https://github.com/immengineer/ebus_multistream
A modified eBUS SimpleGUIApplication sample for multi stream camera
https://github.com/immengineer/ebus_multistream
ebus mfc pleora
Last synced: 4 months ago
JSON representation
A modified eBUS SimpleGUIApplication sample for multi stream camera
- Host: GitHub
- URL: https://github.com/immengineer/ebus_multistream
- Owner: immengineer
- Created: 2024-10-17T05:34:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T05:44:25.000Z (about 1 year ago)
- Last Synced: 2025-06-30T07:49:33.232Z (6 months ago)
- Topics: ebus, mfc, pleora
- Language: C++
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
README
Copyright (c) 2013, Pleora Technologies Inc., All rights reserved.
====================
SimpleGUIApplication
====================
This C++ sample shows a typical simple eBUS SDK application.
1. Introduction
This simple UI sample represents a simpler version of the eBUS Player application.
It allows the user to connect to a device and control a stream of images coming
from the device.
You can connect to the device using the Select/Connect button. A PvDeviceFinderWnd
dialog is displayed prompting the user to select a GigE Vision device available on
the network.
A PvDevice is then connected to the device and a PvStream is opened. The PvDevice
is configured to stream image data to the PvStream.
Acquisition controls can be used to control streaming. Received images are displayed
using the PvDisplayWnd on the right hand side of the application.
2. Prerequisites
This sample assumes that:
* You have a GigE Vision device is connected to the network or an USB3 Vision device connected to the USB3 interface.
* You have a very good understanding of C++ and Microsoft's MFC foundation classes.