Viewing profile — abhiTronix
abhiTronix
HN member- Joined
- Wed, May 01, 2019, 9:15 AM UTC
- HN karma
- 109
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About abhiTronix
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #26939681
Entire article not even explains how the law affects open-source community, just some random gibberish.
- story
- story
- story
- story
-
comment
Comment #24360687
You can get started with vidgear python library here: https://abhitronix.github.io/vidgear/#getting-started
- story
- story
- story
- story
- story
-
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…
-
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…
-
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…