- 14
- 13 258
vizoftx
เข้าร่วมเมื่อ 5 มิ.ย. 2023
COMPUTER or MACHINE VISION is now the key in successful automation.
This channel is made for all who want to learn the cutting edge tools that push the automation boundaries.
This channel is made for all who want to learn the cutting edge tools that push the automation boundaries.
Time Efficiency - MTS_VProDebug
Debugging Cognex Designer and VisionPro scripts using our Visual Studio Code extension
มุมมอง: 13
วีดีโอ
MTS_VProDebug VisualStudioCode extension
มุมมอง 2421 วันที่ผ่านมา
We have created a VisualSudioCode extension to allow VisionPro Tool Block script debugging. Instead of using Full version of Visual Studio, you can now easily use Visual Studio Code.
FoldersSizeKeeper tutorial video complete EN
มุมมอง 111ปีที่แล้ว
We have created a tool mainly for our internal use. But maybe it will be of help to you too. You can download from www.vizoftx.com - you need to login/create at least free account created for this to access the download. It's in Courses section - Specials - FoldersSizeKeeper Or here is a direct link: vizoftx.com/?page_id=1130&lang=en#P3ZpZXc9c2luZ2xlLWxlc3NvbiZjb3Vyc2VfaWQ9MTM3NiZsZXNzb25faWQ9M...
01_08 Cognex Designer VisionPro Basics - BlobTool briefly
มุมมอง 762ปีที่แล้ว
You will see a CogBlobTool in action and learn basic setup of the tool. But at the end we will hit a problem. Do you know how to solve it? Write in a comment. I will show mostly used solution in next video. More on www.vizoftx.com
Reading energy meters using Cognex Deep Learning Studio (ViDi)
มุมมอง 215ปีที่แล้ว
I like to learn on projects that have an added value. This was something I didn't really expect to work, or at least I expected much more problems with it, but it works and I can use it now to get accurate readings and it will save me time.... And who knows, maybe if it will have a fan base, I can make something like this using free tools as open source project...
01_07 Cognex Designer VisionPro Basics - Displaying results on page EN
มุมมอง 985ปีที่แล้ว
You will learn how to use Expression builder in graphical user interface (GUI). Conditioning inside Expression builder. Formatting values for GUI. You will also learn how to use scripts inside task writing a simple program to convert radians to degrees. more on www.vizoftx.com
01_06 Cognex Designer VisionPro Basics - Pattern search brief introduction EN
มุมมอง 1.3Kปีที่แล้ว
You will learn how to search for patterns in image using CogPMAlignTool more on www.vizoftx.com
01_05 Cognex Designer VisionPro Basics - CamSimulation EN
มุมมอง 1.1Kปีที่แล้ว
You will learn how to use image files saved previously on local HDD as a simulated camera. Also you will learn how to effectively deal with a Cognex Designer bug often occurring when switching between image folders for simulation. more on www.vizoftx.com
01-04 Cognex Designer VisionPro Basics - acquire, display and save image plus checkbox
มุมมอง 1.4Kปีที่แล้ว
You will learn how to: - acquire image from camera - display the image in graphical user interface (GUI) - run the Task using a button on GUI - save images from the camera to disk - control whether to save image or not using a checkbox on GUI Any feedback in comments is appreciated :) - that way we can learn how to improve the course More on www.vizoftx.com
01-03 Cognex Designer VisionPro Basics - GigE Camera Configuration EN
มุมมอง 2.1Kปีที่แล้ว
You will learn how to connect, configure and use GigE camera in Cognex Designer. More on www.vizoftx.com
01-02 Cognex Designer VisionPro Basics - Designer Intro EN
มุมมอง 2.9Kปีที่แล้ว
You will learn what the Cognex Designer is and what it's abilities are. What it can help you with, and what to expect from it's development environment. More on www.vizoftx.com
01-01 Cognex Designer VisionPro Basics - Designer Project Creation EN
มุมมอง 2.3Kปีที่แล้ว
First video in series about Cognex VisionPro Cognex Designer. Hi, today we will show you: - How to create a project in Cognex Designer. - What will be its structure on the disk. - How can we save a project. - How to restore from a backup and how to move it to another computer. Sorry for the quality of the video. We are not professional video makers - we are Computer / Machine Vision professiona...
more video please~
Hi. We are glad to see you ask for more videos... that means it has some value for you - it may be helping you in some way - maybe just to fall asleep quicker :D Since in the videos we try to share as much knowledge from our experience as we can it takes a long time and effort to create them. On average 20 minutes of video takes me personally about 6 hours of planning, scripting, recording, cutting, correcting, re-writing, putting on web,... now even more when translating to English, script modification, video to speech fitting.... So this TH-cam channel is mainly to show a little from that you can get on www.vizoftx.com - where you already have new videos - translated in English in time of writing this message: BASICS 1: ... Coordinate spaces Results evaluation Export template... Saving to shift... Project deployment BASICS 2: Logging and doc... We are also building a community there with our customers and machine vision professionals where we can also communicate via messages and share our developed "specials" which are saving us time and money in everyday work on the projects like MTS_CognexDesignerProjectTemplate, MTS_AnomalyDetection, MTS_OCR_Tool, FoldersSizeKeeper, Gimp plugin for images segmentation anotation, MTS_PhotometricStereo, MTS_LBP_ParamsFinder, - many of which are not there yet but will be in near future... Some of the videos and software are under free account which you can open directly on the registration page, but to get full access you need to have Premium account which sadly we have to ask for some money to be able to keep making progress on it. To get a premium account just fill out the form on the home page www.vizoftx.com, or if you register free account just look for Michal Zajac (me) in members, send me a message and we will contact you. - if there are any issues you can write here in comments. Have a nice day.
Hello, thank you very much for this interesting tool. A litte question about it: We have a Windows10-System with a FTP-Server on it. The Server runs without a Windows-User-login after the startup of the system. Does your program also start without a first login or is it possible to add it to the task scheduler?
Ok, I have checked. It is working. When I correctly setup the scheduled task, it is able to work without logged in user right after windows start. BUT: If you want to see tray icon or "play" with the user interface of the application, you will have to schedule second task, which will run after user login, kills the application instance which was running in background and starts it again - there is an option for this right in the Scheduler -> Create Task -> Settings tab - > Stop the existing instance. Without this the first instance will be running but you will not be able to interact with it because there will be no tray icon nor GUI. Remember to uncheck the "Stop the task if it runs longer than: " option in Settings tab when setting up the tasks. I have played with the code of the application for a while, so it would rebuild the tray icon, but I was not successful for now. Maybe when I will have more time.... Hope it helps
Hej, nice explanations in your Videos. I really like them. Is anything speaking against using PNG as picture-format?
Good question. Saving PNG using inbuild method takes a very long time. Even couple of seconds, which is unacceptable in most of cases. Maybe in future there will be more control over compression ratio which would allow control over the processing time. PNG is also lossless format so it is OK to use in inspection systems. Thank you for the feedback.
@@vizoftx Ahh, i see. Would it be possible to transform a image with an external library through a script-Block? Or does this take the same time?
Yes. It's very easy to extend the functionality using scripts, or even plugins, that is what I like about Designer. We are often saving images in JPEG (images with graphics, or images used for deep learning) using scripts, so saving to PNG using script is definitely possible. I personally experimented with that, but only using default c# functionality - with lover compression ratio it was much faster, but then we were loosing the advantage of space saving. I did not experiment with third party library. It would be great if you (or someone else) could advice some good library. But using external library is causing increased complexicity, which may be impractical over time. There is a tradeoff between added value and added complexicity.
Really well done Videos Please continue doing them
Thank you very much for the feedback. We have about 40 videos in Slovak language but the translation takes time. Since we are vision specialists by profession we do this in our spare time. We are using neural networks for it becase we dont have much time to sit infront of microphone. But hopefully it is enough to understand. Your feedback is our fuel :). We are thankfull for any feedback - bad or good. It helps us to make the tutorials better. Thank you.
@@vizoftx Youre welcome and thanks for your effort. The language is perfectly understandable. I honestly almost didn't notice that it was an AI. Only sometimes are some words pronounced strangely (like POE or GigE), but no problem. We are about to decide to do a PC-based project with CognexDesigner instead of the In-Sight systems we are familiar with and your videos have given me the final jolt that this should be well feasible.