Jan
Results
2
comments of
Jan
It works fine without the camera driver. If I run it on different channels / timers it works fine. At https://robotzero.one/esp32-cam-rc-car/ someone run into the same problem, and got it...
I get the error using the following Vagrantfile: ``` ruby # -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| config.vm.box = 'dummy' config.vm.box_url = './example_box/dummy.box' config.vm.provider...