> ## 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.

# Pi-cameraV3

> Redirect stub to the Pi-cameraV3 catalog page.

export default function PicameraV3RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/raspberry/pi-camerav3");
  }, []);
  return <>
      # Redirecting to Pi-cameraV3

      If you are not redirected automatically, [open the Pi-cameraV3 catalog page](https://cyberwave.com/raspberry/pi-camerav3).
    </>;
}
