> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Standard Camera

> Redirect stub to the Standard Camera catalog page.

export default function StandardCameraRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/standard-cam");
  }, []);
  return <>
      # Redirecting to Standard Camera

      If you are not redirected automatically, [open the Standard Camera catalog page](https://cyberwave.com/cyberwave/standard-cam).
    </>;
}
