Last active
August 15, 2017 04:58
-
-
Save immengineer/0cf134cd811ff6b16e53e9590f2724a4 to your computer and use it in GitHub Desktop.
JAISDK PixelFormatを指定して画像取得 前準備
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace SimpleImageDisplaySample | |
{ | |
public partial class Form1 : Form | |
{ | |
// Main factory object | |
CFactory myFactory = new CFactory(); | |
// Opened camera object | |
CCamera myCamera; | |
// GenICam nodes | |
CNode myWidthNode; | |
CNode myHeightNode; | |
CNode myGainNode; | |
CNode myPixelFormatNode; | |
int red, green, blue; // for average |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
平均値 intで良い