An open API service indexing awesome lists of open source software.

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

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.