Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/br-automation-com/brdkVision
brdkVision libraries
https://github.com/br-automation-com/brdkVision
Last synced: 3 months ago
JSON representation
brdkVision libraries
- Host: GitHub
- URL: https://github.com/br-automation-com/brdkVision
- Owner: br-automation-com
- Created: 2022-02-16T19:31:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T08:47:23.000Z (11 months ago)
- Last Synced: 2024-08-02T14:05:32.044Z (6 months ago)
- Language: C
- Size: 39.7 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-B-R - BRDK vision - Multiple libaries for handling image, showing image on HMI with overlay, calibration, convertsions, decoded of images, recipe handling of Vision Function dataset, ROI etc. (Vision / Panel Hardware)
README
# brdkVision
brdkVision librariesThis repository contains many different vision libraies for the PLC.
It also contains a solution to show images with overlay on mappView.
## Use widget
To use the widget you need to copy the "brdk" folder export/Widgets folder into the widget folder of the technology package MappView for the right AS and Mapp version.C:\BrAutomation\AS412\AS\TechnologyPackages\mappView\5.20.0\Widgets
## Use Libraires
Each of the brdkVi libraries have a have a help file with some documentation for the functions and function blocks* **brdkViBase** - This library contains base functions to be used in vision applications
* **brdkViImg** - This library contains functions for decoding and encoding image data to and from different types and show image on HMI widget (Depends on brdkViBase and BRSE_RTK)
* **brdkViGeom** - This library contains functions for drawing and checking geometries (Depends on brdkViBase and brdkViCal)
* **brdkViMapp** - This library contains functions to get and set vision function data (Depends on brdkViBase and brdkViCal)
* **brdkViVF** - This library contains functions for shaping BLOBs used in vision functions (Depends on brdkViBase, brdkViImg, brdkViCal, brdkViGeom)
* **brdkViCal** - This library contains functions to calibrate camera and calculate projection matrices (Depends on brdkViBase)The libraris can be found in the export folder, all previous versions are also inside this folder.
Version 1.x.x can be used with all versions of Mapp where fx. version 5.20.0 only can be used with Mapp 5.20 or higher## brdkServices
The project also contains a folder called brdkServices this is **not** need but it contains a Python script to create referenced configurations of an exsisting configuration in your project.![image](https://user-images.githubusercontent.com/36692577/176138493-00d7701b-e772-4cdd-9349-9c26ae1d949a.png)