Recent Production Results
Latest inspection records with recipe, work order, operator and pass/fail result.
| Time | Recipe | WO / Batch | Result | Score |
|---|
System Concept
This package is the cPanel-uploadable Phase 1 application. It uses browser-side vision logic for ROI comparison, and PHP JSON storage for recipes and results.
- Configurable regions, inspection types and tolerances.
- Mobile camera, USB camera or file-upload inspection.
- QR/barcode work order scan where browser support exists.
- Server-side JSON persistence with localStorage fallback.
- Modular structure for later MES/OEE/PLC/ERP connectors.
1. Recipe Details
Upload a good sample image, draw inspection regions, select inspection type and tolerance, then save the recipe.
2. Draw Inspection Regions
Drag on the image to create a rectangular ROI. Select an ROI to adjust type and tolerance.
ROI Settings
Saved Recipes
| Recipe | Product | Station | ROIs |
|---|
Production Context
QR scan uses the browser BarcodeDetector API when supported. Manual entry is always available.
Camera / Inspection Image
Use live camera on HTTPS, or upload an image from file/captured photo.
Inspection Result
Defect / ROI Details
| ROI | Type | Status | Score | Details |
|---|
Traceability Records
Filter, export and review saved inspection records.
| Time | Recipe | Product | WO | Batch | Operator | Result | Score |
|---|
Site Settings
Deployment Notes
- Upload the whole
visionfolder topublic_htmlusing cPanel File Manager. - Open
https://your-domain.com/visionai/directly, not inside an iframe. - Make sure HTTPS is active. Browser camera access will not work on normal HTTP.
- If Chrome shows permission denied, reset Site Settings → Camera or test with a new Chrome profile/origin.
- Give write permission to the
datafolder if recipes/results cannot be saved.
This version does not require MySQL. Data is stored as JSON files on the same hosting account.