cvl-robot's diary

研究ノート メモメモ https://github.com/dotchang/

2022-09-19から1日間の記事一覧

掘り起こし手直し版 ofxZmqとofxTurboJpegで画像配信と受信

(編集中) ofApp.h #pragma once #include "ofMain.h" #include "ofxTurboJpeg.h" class ofxZmqSubscriber; class ofxZmqPublisher; class ofApp : public ofBaseApp{ public: void setup(); void update(); void draw(); void keyPressed(int key); void k…