Live data from Hacker News

Viewing profile — abhiTronix

abhiTronix

HN member
Joined
Wed, May 01, 2019, 9:15 AM UTC
HN karma
109
Public activity
29 items

About abhiTronix

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #26939681

    Entire article not even explains how the law affects open-source community, just some random gibberish.

  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #24360687

    You can get started with vidgear python library here: https://abhitronix.github.io/vidgear/#getting-started

  18. story
  19. story
  20. story
  21. story
  22. story
  23. comment
    Comment #21934809

    Yup, It is all working, well-tested and under continuous development. If still, something doesn't work for you then report an issue[1]. Goodluck. [1]: https://github.com/abhiTronix…

  24. comment
    Comment #21934749

    stab_frames = iter(stream_stab.read, None) org_frames = iter(stream_org.read, None) for frame_stab, frame_org in zip(stab_frames, org_frames): wow, I did'nt knew about this. Thanks…

  25. comment
    Comment #21934728

    Thanks for suggesting this, I'm always open to good suggestions. The reason behind comments like this is that I thought it would a good thing to explain the code as a newbie's pers…