Li-Kang Weng

Results 4 issues of Li-Kang Weng

If the variable **ARDUINO_SDK_PATH** is given by the command line ```bash cmake ... -DARDUINO_SDK_PATH= ``` rather than ```bash export ARDUINO_SDK_PATH= ``` the examples are failed to build and output error...

- Add configuration paths for Apple M1 processors ref.: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/

``` >webcam-streamer ----------------------------------------------- --------------- webcam-streamer --------------- ----------------------------------------------- webcam-streamer: Checking requirements... webcam-streamer: Reading config... Traceback (most recent call last): File "C:\Users\User\django-t\django_venv\Scripts\webcam-streamer-script.py", line 11, in load_entry_point('webcam-streamer==1.0.5', 'console_scripts', 'webcam-streamer')() File "C:\Users\User\django-t\django_venv\lib\site-packages\webcam_streamer-1.0.5-py3.5.egg\webcamstreamer\launcher.py", line 41,...

If this popped up, it's telling an out of date numpy ``` ImportError: numpy.core.multiarray failed to import webcam-streamer: OpenCV and its Python bindings must be installed. ``` [refrence](http://stackoverflow.com/questions/28157976/importing-opencv-and-getting-numpy-core-multiarray-failed-to-import)