帮助文档
专业提供香港服务器、香港云服务器、香港高防服务器租用、香港云主机、台湾服务器、美国服务器、美国云服务器vps租用、韩国高防服务器租用、新加坡服务器、日本服务器租用 一站式全球网络解决方案提供商!专业运营维护IDC数据中心,提供高质量的服务器托管,服务器机房租用,服务器机柜租用,IDC机房机柜租用等服务,稳定、安全、高性能的云端计算服务,实时满足您的多样性业务需求。 香港大带宽稳定可靠,高级工程师提供基于服务器硬件、操作系统、网络、应用环境、安全的免费技术支持。
服务器资讯 / 香港服务器租用 / 香港VPS租用 / 香港云服务器 / 美国服务器租用 / 台湾服务器租用 / 日本服务器租用 / 官方公告 / 帮助文档
C#与VisionPro联合开发——跳转页面
发布时间:2024-02-29 13:37:43   分类:帮助文档
C#与VisionPro联合开发——跳转页面




1、跳转页面并打开相机
From1 所有代码展示
using System;
using System.IO;
using System.Windows.Forms;
//引入VisionPro命名空间
using Cognex.VisionPro;

namespace ConnectCamera {
public partial class Form1 : Form {
public Form1() {
InitializeComponent();
}

CogAcqFifoTool fifoTool;
//窗口加载的Load事件
private void Form1_Load(object sender, EventArgs e) {
//进行相机初始化(这里使用的是本地的vpp文件)
string path = Directory.GetCurrentDirectory() + "\\abc.vpp";
try {
//根据路径读取到vpp文件,初始化fifo对象
CogAcqFifoTool fifo = (CogAcqFifoTool)CogSerializer.LoadObjectFromFile(path);
if (fifo != null) {
MessageBox.Show("相机初始化成功!");
if (fifo.Operator.FrameGrabber != null) {
fifoTool = fifo;
}
}
} catch (Exception ex) {
MessageBox.Show("初始化失败:" + ex.Message);
}
}

//相机
private void toolStripLabel1_Click(object sender, EventArgs e) {
//传递到camera页面,这样取景工具在下一个窗体也可以访问到
FrmCamera frm = new FrmCamera(fifoTool);
frm.ShowDialog();
}
}
}


FrmCamera 代码展示
using System;
using System.Windows.Forms;
using Cognex.VisionPro;

namespace ConnectCamera {
public partial class FrmCamera : Form {
//声明 CogAcqFifoTool
CogAcqFifoTool acq = null;
VisionTool visionPro = new VisionTool();

//方法里面传入参数
public FrmCamera(CogAcqFifoTool fofo) {
InitializeComponent();
//显示的是上一个页面传入的图片
cogAcqFifoEditV21.Subject = fofo;
}

//保存图像
private void toolStripLabel1_Click(object sender, EventArgs e) {
string path = Directory.GetCurrentDirectory() + "\\ImageVpp";
//没有文件夹则创建一个文件夹
if (!Directory.Exists(path)) {
Directory.CreateDirectory(path);
}
try {
CogSerializer.SaveObjectToFile(cogAcqFifoEditV21.Subject, path + "\\" + DateTime.Now.ToString("HHmmss") + ".vpp");
MessageBox.Show("保存vpp成功!");
} catch (Exception ex) {
MessageBox.Show(ex.Message);
}
}
}
}

2、跳转页面并打开ToolBlock
From1 代码展示
using System;
using System.IO;
using System.Windows.Forms;
//引入VisionPro
using Cognex.VisionPro;

namespace ConnectCamera {
public partial class Form1 : Form {
public From1(){
InitializeComponent();
}
CogToolBlock tb = null;

//窗口的Load事件
private void Form1_Load(object sender, EventArgs e) {
//进行相机初始化(这里使用的是本地的vpp文件)
string path = Directory.GetCurrentDirectory() + "\\vpp\\tb.vpp";
tb = (CogToolBlock)CogSerializer.LoadObjectFromFile(path);
}

//打开FrmTB窗口
private void btnFrmTB_Click(object sender, EventArgs e) {
FrmTB frmTB = new FrmTB(tb);
frmTB.ShowDialog();
}
}
}

FrmTB窗口 FrmTB 代码展示
using System.Windows.Forms;
using Cognex.VisionPro.ToolBlock;

namespace FrameGrabber {
public partial class FrmTB : Form {
CogToolBlock mTB = null;

public FrmTB(CogToolBlock tb) {
InitializeComponent();
mTB = tb;
}

private void FrmTB_Load(object sender, System.EventArgs e) {
//把读取到的ToolBlock赋值给当前控件
cogToolBlockEditV21.Subject = mTB;
}
}
}





香港云服务器租用推荐
服务器租用资讯
·广东云服务有限公司怎么样
·广东云服务器怎么样
·广东锐讯网络有限公司怎么样
·广东佛山的蜗牛怎么那么大
·广东单位电话主机号怎么填写
·管家婆 花生壳怎么用
·官网域名过期要怎么办
·官网邮箱一般怎么命名
·官网网站被篡改怎么办
服务器租用推荐
·美国服务器租用
·台湾服务器租用
·香港云服务器租用
·香港裸金属服务器
·香港高防服务器租用
·香港服务器租用特价