▶️ 動画の再生制御

if (detectedPose === "ロックサイン") {
  rockVideoElement.play(); // 再生
} else {
  rockVideoElement.pause(); // 停止
}
⏸️ 停止中