Hi there!
I’ve just configured a Raspberry Pi 3 to work with the Sphero RVR, and I’m installing all the various bits and pieces from scratch. I can’t get the controls in the Pi webcam interface for pan and tilt to show up.
I’ve installed the Sparkfun code from here:
https://github.com/sparkfun/sparkfun_autonomous_kit
https://github.com/sparkfun/PiServoHat_Py
The webcam interface from here:
https://github.com/silvanmelchior/RPi_Cam_Web_Interface
And Sphero SDK from here:
https://github.com/sphero-inc/sphero-sd … ypi-python
I moved piservohat_web_interface_firmware.py into the RPi_Cam_Web_interface folder
All the hardware tests work. I can move the pan and tilt servos using the servo pre-alignment and hardware test examples.
When I start the RPi_Cam_Web_interface, I do get the video stream.
However, the little control arrows for pan and tilt don’t appear.
Is there anything I am missing?