手机版

嵌入VISION的cvi程序

发布时间:2021-06-07   来源:未知    
字号:

#include <windows.h>

#include <cvirte.h>

#include <userint.h>

#include <ansi_c.h>

#include "mil.h"

#include <utility.h>

#include "nivision.h"

#include "video_test.h"

#define Image_X 768

#define Image_Y 576

#define WINDOW_TO_USE 0

static int panelHandle;

static int ImaqHandle; // will contain the handle to the imaq window

static int windHandle; // will contain the handle to the CVI window

Image *image;

unsigned char myArray[Image_Y][Image_X];

int windowHandle,disp,x,y;

Point position;

MIL_ID MilApplication, /* Application identifier. */

MilSystem, /* System identifier. */

MilDisplay, /* Display identifier. */

MilDigitizer, /* Digitizer identifier. */

MilImage; /* Image buffer identifier. */

int main (int argc, char *argv[])

{

if (InitCVIRTE (0, argv, 0) == 0)

return -1; /* out of memory */

if ((panelHandle = LoadPanel (0, "video_test.uir", PANEL)) < 0)

return -1;

DisplayPanel (panelHandle); //显示面板

imaqSetupWindow(WINDOW_TO_USE,0);//设置窗口的性质;窗口号,定义窗口的行为 //imaqSetWindowPalette(WINDOW_TO_USE,2,NULL,0);

position.x=1;position.y=1;

imaqMoveWindow(WINDOW_TO_USE,position);//移动图像窗口,窗口号,窗口左上角的位置

image = imaqCreateImage (IMAQ_IMAGE_U8, 0);//创建一个图像

/*set the image window to be one part of the CVI window*/ //设置图像窗口的CVI窗口 windHandle = (int) FindWindow (NULL, "Video Test"); // get CVI window handle

ImaqHandle = (int) imaqGetSystemWindowHandle(0); //返回一个窗口句柄

嵌入VISION的cvi程序.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
×
二维码
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)