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
Open the terminal inside your project folder
Run the following command to update your SDK:
git pull origin main
Once updated, restart the project/app
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).
