No description
Find a file
2025-08-01 08:36:27 +07:00
.idea/.idea.StitchATon/.idea Initial commit 2025-07-26 06:56:07 +07:00
WebApp fix path 2025-08-01 08:36:27 +07:00
.gitignore Initial commit 2025-07-26 06:56:07 +07:00
global.json Initial commit 2025-07-26 06:56:07 +07:00
README.md update Readme and specify application port 2025-07-31 21:02:10 +07:00
StitchATon.sln Initial commit 2025-07-26 06:56:07 +07:00
StitchATon.sln.DotSettings scale before stitch 2025-07-26 08:50:47 +07:00

Stitch a Ton

Solution by Meizar (meizar.rimadana@formulatrix.com)

Requirements

  • .Net SDK 6.0
  • OpenCVSharp4 4.11

Publish

Publish te project with targeting linux-arm64 runtime and self-contained

cd ./WebApp
dotnet publish -r linux-arm64 -c release --self-contained

Transfer this published folder into Raspberry Pi

bin/release/net6.0/linux-arm64/publish

Run

On the Raspberry Pi, go to the uploaded folder. Make it executable

sudo chmod +x WebApp

Run the program

sudo ./WebApp