add MaixCAM2 docs

This commit is contained in:
Neucrack
2025-09-05 20:34:45 +08:00
parent 4d0c1868aa
commit 25665b90f6
31 changed files with 1474 additions and 314 deletions

View File

@@ -4,7 +4,7 @@ title: MaixVision Workstation Official Website
<div>
<script src="/static/css/tailwind.css"></script>
<script src="/static/js/tailwind.js"></script>
</div>
<style>

View File

@@ -0,0 +1,16 @@
---
title: MaixCAM2 -- 快速落地 AI 视觉、听觉类项目
---
<script>
var hash = window.location.hash
var url_language = "zh"
if( navigator.language.indexOf("zh") == -1 )
{
url_language = "en"
}
location.href = window.location.origin + "/hardware/" + url_language + "/maixcam/maixcam2.html"
</script>

View File

@@ -4,7 +4,7 @@ title: MaixVision 工作站官网
<div>
<script src="/static/css/tailwind.css"></script>
<script src="/static/js/tailwind.js"></script>
</div>
<style>