▶️ 動画の再生制御
if (detectedPose === "ロックサイン") {
rockVideoElement.play();
// 再生
} else {
rockVideoElement.pause();
// 停止
}
🤘 ロックサイン検出
✋ 検出終了
⏸️ 停止中