Skip to main content

Rear Camera Not Accessible on Mini+ SDK Error

Updated over 3 weeks ago

When trying to access the rear camera on your Mini+ via the SDK, you may encounter this error:

{"detail":"Rear camera is only available for zero type bots"}

This happens because the /v2/rear endpoint was originally built for the EarthRover Zero only. To fix this error, an SDK update has been launched to support the Mini+'s dual camera setup.


How to Fix

  1. Open the terminal inside your project folder

  2. Run the following command to update your SDK:

git pull origin main
  1. Once updated, restart the project/app

  2. The rear camera should now be accessible


Still not working?

If the rear camera is still not accessible after updating, please open a support ticket on Discord and include your SDK version and error logs.


💡 Need help? Contact us via the chat widget, join our Discord, or email hello@frodobots.com (Mon–Fri, SGT).

Did this answer your question?