hellonico / origami

Lowest barrier of entry to Image Processing, Computer Vision and Neural Networks on the JavaVM
https://hellonico.github.io/origami-docs/#/
Eclipse Public License 1.0
122 stars 7 forks source link

Clojure: Multiple cam is broken #36

Closed hellonico closed 4 years ago

hellonico commented 4 years ago
(u/cams-window
 {:devices [{:device 0 :width 200 :height 150 :fn my-fn}]
  :video { :fn identity }
  :frame {:width 500 :height 500 :title "OneOfTheSame"}})