Thor Watanabe
Thor Watanabe
I did not modify the source codes of OpenCV, but only did specify cmake option; https://github.com/thortex/rpi3-opencv/blob/master/setup/030_build_opencv.sh#L135 The build script fetches the source codes by using wget command; https://github.com/thortex/rpi3-opencv/blob/master/setup/030_build_opencv.sh
Hi, darkwitch, I fixed this issue in 8a97691.
if you use hardware PWM feature, you should read /boot/overlays/README: https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README#L991 If you need not use onboard analog audio, you can use hardware PWM feature. https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README#L1000 As a work-around, add...
Do you have any troubles on wiringPi or wiringPi-Pytyon yet? If you use PWM feature on wiringPi, you have to run python command with sudo. Hardware PWM feature is supported...
probably not work.
I know that the problem exists, and it has been neglected for a long time... I will start to investigate in a few days.
I fixed this issue in 9db550e. modifications are listed below: - Added 'bind' function to client socket side to receive response: https://github.com/thortex/rpi3-webiopi/commit/9db550eca34922171bf30d961173183e5daaeee4#diff-17dc48d05dbd06438c193bd6122d1342R413 As Unix network programming, 'recvfrom'/'recv' functions should be...
My python version is 2, on the other hand, your python version is 3. So, there are some syntax differences between them. Please declare 'state' variable as an integer type:...
I've fixed this issue in https://github.com/thortex/rpi3-webiopi/commit/5aa5ce472701923c6ed01a908ae16293ee058464#diff-00bc97f7efb4c99627371667989f1357R54 Modifications are listed below: * Substituted 'bytearray' object decode() function for 'str' object re-interpreted cast. * Declared "state" variable as an integer type instead...
For now, please install python2-webiopi package to 192.168.1.100 for installing basic scripts (python3-webiopi package only includes a native c library and python module scripts without htdocs, init, systemd, and etc.).