p5.beholder
Version:
A p5 library to facilitate using the Beholder system for Aruco marker detection.
15 lines (14 loc) • 408 B
HTML
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.js"></script>
<script src="../p5.beholder.js"></script>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="utf-8" />
<title>03 - Marker presence to clicks</title>
</head>
<body>
<main></main>
<script src="sketch.js"></script>
</body>
</html>