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

# RGB Camera with Depth Estimation

> Redirect stub to the RGB Camera with Depth Estimation catalog page.

export default function RGBCamerawithDepthEstimationRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/cyberwave/rgb-camera-with-depth-estimation");
  }, []);
  return <>
      # Redirecting to RGB Camera with Depth Estimation

      If you are not redirected automatically, [open the RGB Camera with Depth Estimation catalog page](https://cyberwave.com/cyberwave/rgb-camera-with-depth-estimation).
    </>;
}
