Jeff Bass

Results 104 comments of Jeff Bass
trafficstars

@AgardnerAU , thanks for letting me know it works for you in Windows! I have a question: did you need to do anything (other than run your python program with...

@bdoligale , I am glad you got it to work. I am putting together a FAQ page for the documentation and will include what I have learned from you and...

Hi @tulbureandreit, Were you able to run the `/tests/test3-***.py` programs without changes (other than using your own TCP address)? I would suggest doing that to see if **imageZMQ** is working...

It should not make a difference whether a PiCamera or a USB camera is used. In fact, to facilitate debugging, you may want to borrow code from the `imagezmq/tests/test_1_send_images.py` program...

Thanks @Wolf-at-SO . Great idea! What I did was post a comment under the video that links to this repository, with the comment text being: > Hi, I'm Jeff Bass,...

Hi @sbkirby, I’m glad you enjoyed my PyCon 2020 talk. My vision for the **librarian** has evolved over time. In 2018, I designed and wrote a first draft. I ran...

Hi @sbkirby, In **imagenode**, the `process_hub_reply` function doesn't do anything (just `pass`). It is unlikely to change, since I am now controlling **imagenodes** by changing the `imagenode.yaml` file and restarting...

Hi Stephen, I’m glad you got the `tail` routine working. The main information I am storing is the imagehub_data itself: event logs as simple text files and jpg images (organized...

Hi Mark, Your design and layout look great. Thanks for sharing. **Per your question # 1**: In the currently posted version of imagenode on GitHub, threading is used for 2...