*** tpb has joined #timvideos | 00:00 | |
*** rohitksingh has quit IRC | 00:02 | |
*** rohitksingh_ has quit IRC | 00:02 | |
*** iiie has quit IRC | 00:08 | |
khmarehman | Can I program, or do Timvidoes Project using Labview ( I have done several projects in Labview) , or I have to focus to Verilog/VHDL? | 00:11 |
---|---|---|
khmarehman | I found a playlist of tutorial , I am now hopeful that I can learn it quickly | 00:18 |
*** emusan has joined #timvideos | 00:33 | |
*** CarlFK has joined #timvideos | 00:35 | |
*** ChanServ sets mode: +v CarlFK | 00:35 | |
*** iiie has joined #timvideos | 00:43 | |
*** ChanServ sets mode: +v iiie | 00:43 | |
mithro | https://www.kickstarter.com/projects/1516846343/microview-chip-sized-arduino-with-built-in-oled-di | 02:30 |
tpb | <http://ln-s.net/BO1s> (at www.kickstarter.com) | 02:30 |
*** emusan_ has joined #timvideos | 03:04 | |
*** emusan has quit IRC | 03:05 | |
*** emusan_ is now known as emusan | 03:06 | |
*** Inder has joined #timvideos | 03:35 | |
*** haseeb_ has joined #timvideos | 03:50 | |
*** kshkr has quit IRC | 03:58 | |
*** Inder has quit IRC | 04:15 | |
*** CarlFK has quit IRC | 04:31 | |
*** rihbyne has joined #timvideos | 04:34 | |
*** tija has joined #timvideos | 04:52 | |
*** CarlFK has joined #timvideos | 05:15 | |
*** ChanServ sets mode: +v CarlFK | 05:15 | |
*** mproctor has quit IRC | 05:31 | |
*** emusan has left #timvideos | 05:40 | |
*** konstovl1 has left #timvideos | 06:14 | |
*** konstovl has joined #timvideos | 06:15 | |
*** droy has joined #timvideos | 06:21 | |
*** droy has quit IRC | 06:26 | |
mithro | konstovl: ping? | 06:33 |
*** kshkr has joined #timvideos | 06:34 | |
konstovl | mithro: goodmorning ping what? | 06:49 |
mithro | konstovl: ping is a way of saying "hey are you there" :) | 06:49 |
*** rihbyne has quit IRC | 06:50 | |
konstovl | mithro: I am :P I am making same changes to the proposal on what i intend to do and about my experience | 06:51 |
*** kshkr has quit IRC | 06:52 | |
*** kshkr has joined #timvideos | 07:04 | |
*** rihbyne has joined #timvideos | 07:17 | |
*** droy has joined #timvideos | 07:17 | |
droy | hi carl | 07:20 |
*** livingstore has quit IRC | 07:31 | |
*** ayushpix has joined #timvideos | 07:35 | |
*** hyades has joined #timvideos | 07:57 | |
*** droy has quit IRC | 07:58 | |
*** sebastian has joined #timvideos | 08:07 | |
konstovl | any mentors here? | 08:11 |
mithro | I'll be around shortly | 08:13 |
konstovl | ok i will wait | 08:13 |
*** livingstore has joined #timvideos | 08:19 | |
mithro | okay I'm kind of around now | 08:25 |
konstovl | ok | 08:26 |
konstovl | I would like to know how it is possible to work and mainly test a big project | 08:26 |
konstovl | the projects that i have made. have been tested as soon as i was writen them | 08:28 |
konstovl | and there was no such enormous bottlenecks | 08:28 |
konstovl | could you guide me how could the testing be done in such a project? | 08:29 |
konstovl | As how to work on it, I have some experience with svn, it will not be a big problem getting asustomed to git | 08:30 |
*** droy has joined #timvideos | 08:31 | |
mithro | konstovl: git and svn are very different ways of thinking | 08:33 |
mithro | konstovl: do you know about unit tests, integration tests, white box tests, black box tests, etc? | 08:35 |
*** kshkr has quit IRC | 08:36 | |
konstovl | because my english are not the best, i may know them in different terms. White/black box tests yea | 08:36 |
*** kshkr has joined #timvideos | 08:38 | |
konstovl | mithro: I mean the testing that i have done is testbenches and simulation in PC and debugging and seeing if it works in FPGA | 08:38 |
*** haseeb_ has quit IRC | 08:40 | |
*** haseeb_ has joined #timvideos | 08:41 | |
*** sebifam has joined #timvideos | 08:42 | |
*** sebastian has quit IRC | 08:43 | |
mithro | konstovl: the concepts don't quite map directly when doing testing for hardware | 08:43 |
mithro | konstovl: so you are going to have to figure out what makes sense | 08:43 |
mithro | konstovl: ask yourself questions like "what is the smallest unit I could test" | 08:44 |
mithro | konstovl: how does what I want to do have an effect on the system | 08:44 |
mithro | konstovl: how could I prove the doesn't have a negative effect on the system | 08:44 |
*** kshkr has quit IRC | 08:45 | |
konstovl | mithro: for the botltleneck that limit the fps to 720p@15fps instead of 45fps can be found through simulation? | 08:45 |
*** kshkr has joined #timvideos | 08:45 | |
droy | hi | 08:45 |
mithro | konstovl: possibly, how are you going to confirm that going at a higher fps isn't damaging the images in some way | 08:46 |
mithro | konstovl: I'm pretty sure I could generate high FPS by just outputting a constant black image :P | 08:47 |
konstovl | mithro: Thanks for the points | 08:47 |
mithro | konstovl: if someone else was making this change for you, what would you like them to show? | 08:48 |
mithro | konstovl: specially if you don't have time to read and verify every line they changed | 08:48 |
konstovl | mithro: wow, great problems that never passed my mind. | 08:49 |
mithro | konstovl: put it this way, I don't even trust myself to get code right the first, second or even third time | 08:50 |
mithro | and I've been doing this for more than 15 years | 08:50 |
konstovl | mithro: xaxaxxaaxax I will try my best then to not trust your code. | 08:52 |
mithro | konstovl: anyone who things they get things right first time just doesn't have enough experience yet | 08:52 |
konstovl | mithro: ok, thanks for the support. | 08:54 |
*** tija has quit IRC | 08:55 | |
*** konstovl has quit IRC | 08:55 | |
*** rihbyne has quit IRC | 08:58 | |
droy | hi mithro | 09:02 |
droy | i need help in eventfeed2internal.py how does it integrate with addeps.py | 09:04 |
mithro | droy: it doesn't | 09:08 |
droy | ok | 09:08 |
*** sebifam has quit IRC | 09:08 | |
*** sebastian has joined #timvideos | 09:09 | |
*** kshkr has quit IRC | 09:11 | |
*** kshkr has joined #timvideos | 09:12 | |
*** livingstore_ has joined #timvideos | 09:13 | |
*** livingstore has quit IRC | 09:14 | |
*** tija has joined #timvideos | 09:16 | |
*** sebastian has quit IRC | 09:20 | |
*** Palash has joined #timvideos | 09:21 | |
*** ayushpix has quit IRC | 09:21 | |
*** livingstore_ has quit IRC | 09:23 | |
*** livingstore has joined #timvideos | 09:23 | |
*** droy has quit IRC | 09:27 | |
*** droy has joined #timvideos | 09:31 | |
*** Palash has quit IRC | 09:31 | |
*** Palash has joined #timvideos | 09:33 | |
*** kshkr has quit IRC | 09:43 | |
*** kshkr has joined #timvideos | 09:47 | |
*** livingstore_ has joined #timvideos | 09:50 | |
*** livingstore has quit IRC | 09:52 | |
*** dhanush has joined #timvideos | 09:55 | |
dhanush | mithro: I just wanted to let know that I'm withdrawing my proposal. I'm not sure I'll be able to do what I propose. I havent been able to get my head around flumotion that well. | 09:56 |
*** livingstore_ has quit IRC | 09:56 | |
*** livingstore has joined #timvideos | 09:57 | |
*** tija has quit IRC | 10:01 | |
*** tija has joined #timvideos | 10:02 | |
*** konstovl has joined #timvideos | 10:03 | |
*** tija has quit IRC | 10:06 | |
*** tija has joined #timvideos | 10:07 | |
*** shamim096 has joined #timvideos | 10:24 | |
*** livingstore has quit IRC | 10:34 | |
*** livingstore has joined #timvideos | 10:38 | |
*** Palash has quit IRC | 10:38 | |
*** tija has quit IRC | 10:41 | |
*** tija has joined #timvideos | 10:41 | |
*** CARAM has joined #timvideos | 10:42 | |
*** tija has quit IRC | 10:51 | |
*** tija has joined #timvideos | 10:52 | |
*** tija has quit IRC | 11:00 | |
*** tija has joined #timvideos | 11:00 | |
*** shamim096 has quit IRC | 11:33 | |
*** CARAM has quit IRC | 11:56 | |
*** CARAM_ is now known as CARAM | 11:56 | |
*** Niharika has joined #timvideos | 12:13 | |
*** dhanush has quit IRC | 12:41 | |
*** livingstore_ has joined #timvideos | 12:56 | |
*** livingstore has quit IRC | 12:57 | |
*** aps-sids has joined #timvideos | 13:18 | |
*** livingstore_ has quit IRC | 13:22 | |
*** livingstore_ has joined #timvideos | 13:24 | |
*** droy has quit IRC | 13:25 | |
*** Palash has joined #timvideos | 13:27 | |
*** Palash has quit IRC | 13:32 | |
*** droy has joined #timvideos | 13:45 | |
*** droy has quit IRC | 13:50 | |
*** shamim096 has joined #timvideos | 13:54 | |
*** livingstore_ has quit IRC | 14:06 | |
*** tija has quit IRC | 14:07 | |
*** tija has joined #timvideos | 14:08 | |
*** tija has quit IRC | 14:11 | |
*** tija has joined #timvideos | 14:12 | |
*** rohitksingh has joined #timvideos | 14:21 | |
*** emusan has joined #timvideos | 14:41 | |
*** konstovl has left #timvideos | 14:46 | |
*** konstovl has joined #timvideos | 14:46 | |
*** tija has quit IRC | 14:50 | |
*** droti has joined #timvideos | 15:30 | |
droti | Hello! | 15:31 |
*** mproctor has joined #timvideos | 15:34 | |
Niharika | Hi droti! | 15:36 |
droti | Niharika: Finally I've got the board! | 15:37 |
droti | I'm so happy! | 15:37 |
Niharika | :D | 15:38 |
Niharika | Yay! I´m happy for you, droti! | 15:38 |
droti | thanks :D | 15:38 |
*** livingstore_ has joined #timvideos | 15:38 | |
Niharika | :) | 15:38 |
*** mproctor has quit IRC | 15:41 | |
aps-sids | ~seen mithro | 15:42 |
tpb | aps-sids: mithro was last seen in #timvideos 6 hours, 34 minutes, and 54 seconds ago: <mithro> droy: it doesn't | 15:42 |
CarlFK | aps-sids: about 3am - I hope he is sleeping ;) | 15:47 |
aps-sids | yeah :D | 15:47 |
*** shamim096 has quit IRC | 15:52 | |
*** Palash has joined #timvideos | 16:20 | |
*** droy has joined #timvideos | 16:23 | |
*** droy_2 has joined #timvideos | 16:28 | |
*** droy has quit IRC | 16:30 | |
*** mparuszewski has joined #timvideos | 16:31 | |
*** livingstore_ has quit IRC | 16:36 | |
*** livingstore has joined #timvideos | 16:37 | |
*** Palash has quit IRC | 16:39 | |
*** rohitksingh_ has joined #timvideos | 16:39 | |
*** rohitksingh has quit IRC | 16:40 | |
*** rohitksingh_ is now known as rohitksingh | 16:40 | |
konstovl | I had some changes in my proposal. Please review it if any mentor is online. Thanks | 16:46 |
konstovl | https://docs.google.com/document/d/1MtLr71m4Y7tTLVytJ6b3TftQQddmmu0051ctd2ZvBGo | 16:46 |
tpb | <http://ln-s.net/BMSC> (at docs.google.com) | 16:46 |
*** Palash has joined #timvideos | 16:46 | |
*** rihbyne has joined #timvideos | 16:53 | |
*** rbyne has joined #timvideos | 17:02 | |
*** rihbyne has quit IRC | 17:02 | |
*** rbyne has quit IRC | 17:08 | |
*** livingstore has quit IRC | 17:09 | |
droy_2 | eventfeed2internal.py and addeps.py whats the difference in their task ? | 17:16 |
*** Palash has quit IRC | 17:17 | |
*** mparuszewski has quit IRC | 17:17 | |
CarlFK | addeps.py puts the data into the veyepar database. | 17:17 |
droy_2 | and eventfeed2internal.py ? | 17:18 |
CarlFK | I don't actually know what eventfeed2internal.py does. other than "not put data into the veyepar database" ;) | 17:18 |
CarlFK | veyepar is for producing videos to be watched later, streaming-system is for watching live | 17:18 |
droy_2 | ok | 17:19 |
*** tija has joined #timvideos | 17:19 | |
*** Niharika has left #timvideos | 17:25 | |
*** Niharika has quit IRC | 17:25 | |
*** livingstore has joined #timvideos | 17:26 | |
droti | CarlFK: do you have a moment? | 17:30 |
CarlFK | kinda | 17:30 |
CarlFK | I am working on two or 3 things.. and making lunch soon | 17:30 |
droti | CarlFK: you said that you've had succesfully run hdmi2usb on ubuntu | 17:31 |
droti | CarlFK: I'm so bad at linux and I'm stuck at fxload | 17:31 |
CarlFK | sec.. I think I know what that is.. | 17:31 |
droti | CarlFK: I could install the bad old one with apt-get but no idea how should I use the new one | 17:32 |
*** wiznerd has joined #timvideos | 17:36 | |
CarlFK | droti: https://github.com/timvideos/HDMI2USB/wiki/Firmware-load-script | 17:36 |
tpb | <http://ln-s.net/-L:N> (at github.com) | 17:36 |
CarlFK | there is more from pbatard around here somewhere... | 17:37 |
CarlFK | turns out we do need to use that old code | 17:37 |
CarlFK | well.. | 17:37 |
droti | thanks checking it out | 17:38 |
CarlFK | the old code is the only version that will work if you have 2 devices | 17:38 |
CarlFK | so you can use the newer versions if you A) only have one and B) figure out the parameters | 17:39 |
CarlFK | which I think is -d 1443:0007 | 17:39 |
CarlFK | and I don't know where exactly djtgcfg comes from | 17:40 |
*** droy_2 has quit IRC | 17:42 | |
CarlFK | I can't find the other messaged. might be all on the list. I give up. I dont think there is anything you need. | 17:43 |
droti | oh ok | 17:46 |
CarlFK | https://github.com/timvideos/HDMI2USB/issues/16 | 17:46 |
tpb | Title: Convert cypress firmware to be compiled by sdcc · Issue #16 · timvideos/HDMI2USB · GitHub (at github.com) | 17:46 |
CarlFK | I just saw that. there may be some tips there too. | 17:47 |
droti | I mean how could I use the pbatard version? | 17:47 |
CarlFK | um.. url? | 17:47 |
CarlFK | I closed all my tabs about it | 17:47 |
droti | https://github.com/pbatard/fxload | 17:47 |
tpb | Title: pbatard/fxload · GitHub (at github.com) | 17:47 |
CarlFK | looks like clone/make | 17:50 |
*** droy has joined #timvideos | 17:50 | |
droti | oh got it thanks | 17:52 |
droti | did not know this make thing b | 17:52 |
droti | before | 17:52 |
*** livingstore has quit IRC | 17:52 | |
*** mparuszewski has joined #timvideos | 18:01 | |
*** mparuszewski has quit IRC | 18:03 | |
*** Palash has joined #timvideos | 18:09 | |
*** livingstore has joined #timvideos | 18:09 | |
*** mproctor has joined #timvideos | 18:09 | |
*** Palash has left #timvideos | 18:10 | |
*** Palash has joined #timvideos | 18:10 | |
*** droti has quit IRC | 18:17 | |
*** droti has joined #timvideos | 18:20 | |
*** rohitksingh has quit IRC | 18:21 | |
*** aps-sids has quit IRC | 18:22 | |
wiznerd | mithro, hey! | 18:23 |
wiznerd | I'm interested in applying for the firmware auto-builder and HDMI audio to sound projects | 18:24 |
wiznerd | I have worked with verilog on the Xilinx ISE | 18:25 |
wiznerd | We had Spartan -3E in our coursework and I have some hands on experience | 18:25 |
wiznerd | Unfortunately, I'm behind a crappy internet connection and it'll take a while to download ISE 14.4 to build the firmware | 18:26 |
wiznerd | is any body else applying for the firmware auto-builder project? | 18:27 |
*** hasitpbhatt has joined #timvideos | 18:27 | |
CarlFK | wiznerd: not that I know of | 18:33 |
wiznerd | I think I'll work on that application first, considering I wont be able to "prove" that i can work on verilog for atleast 72 hours | 18:34 |
wiznerd | CarlFK, also, the hardware hackers team comprises of? | 18:35 |
CarlFK | none of the teams have been arranged yet | 18:35 |
CarlFK | it will depend on what projects get accepted | 18:36 |
wiznerd | for the firmware auto-builder project | 18:37 |
CarlFK | ? | 18:38 |
wiznerd | you want the webhook to launch a EC2 instance to build it | 18:38 |
wiznerd | is this for every pull request? couldn't this be easily abused? | 18:38 |
CarlFK | feel free to propose something better | 18:39 |
wiznerd | so every commit/pull to HDMI2USB launches a EC2, builds the firmware and commits it to firmware-prebuilt? | 18:39 |
wiznerd | I think every commit and merged pull request alone should be built | 18:39 |
wiznerd | shenki, I see that you are listed as a potential mentor for this | 18:41 |
*** droy_2 has joined #timvideos | 18:44 | |
wiznerd | CarlFK, so the bigpicture is | 18:45 |
wiznerd | we have to write webhook to call a script on some external server | 18:45 |
*** droy has quit IRC | 18:46 | |
droti | night guys | 18:46 |
*** droti has quit IRC | 18:46 | |
wiznerd | and that server has to launch ec2 instance with an image which has xilinx and sdcc installed | 18:46 |
wiznerd | once that is done, it needs to commit and push the built binary files | 18:46 |
wiznerd | this would take up maybe a maximum for 3/4 weeks of time | 18:47 |
wiznerd | i think | 18:47 |
*** Palash has quit IRC | 18:50 | |
*** Palash has joined #timvideos | 18:54 | |
*** khmarehman has quit IRC | 18:56 | |
wiznerd | CarlFK, oh! you record pycon! | 18:57 |
wiznerd | iiie, i have a few ideas for the Track the speaker project | 18:59 |
wiznerd | I can make a two servo arrangement for pan and tilt | 19:00 |
wiznerd | and run opencv to detect speaker position | 19:00 |
wiznerd | I'd have to use a development board like arduino or RPi to control the servos | 19:00 |
wiznerd | Could we discuss more about this? | 19:00 |
wiznerd | oh we already have speakertrack | 19:06 |
*** mproctor has quit IRC | 19:15 | |
*** konstovl has left #timvideos | 19:21 | |
CarlFK | wiznerd: I would look at existing pan/tilt equipment that is for sale | 19:22 |
CarlFK | personally, I would probably not try to build something myself, even if the R&D was done | 19:22 |
CarlFK | I am more interested in the software part of that probem | 19:23 |
CarlFK | problem | 19:23 |
wiznerd | bescor mp-101 | 19:24 |
wiznerd | like that? | 19:25 |
wiznerd | I'll look that up | 19:25 |
*** khmarehman has joined #timvideos | 19:34 | |
CarlFK | http://192.237.167.223 needs to be poked to see if it falls over when you try to create an account and propose a talk | 19:36 |
tpb | Title: PyOhio [local] | Welcome (at 192.237.167.223) | 19:36 |
CarlFK | while I make lunch. bbl | 19:36 |
*** Palash has quit IRC | 19:50 | |
*** khmarehman1 has joined #timvideos | 19:56 | |
*** droy_2 is now known as droy | 19:56 | |
*** hyades has quit IRC | 19:59 | |
*** hasitpbhatt has quit IRC | 20:03 | |
*** kshkr has quit IRC | 20:08 | |
*** khmarehman has quit IRC | 20:08 | |
*** khmarehman1 has quit IRC | 20:08 | |
*** mproctor has joined #timvideos | 20:12 | |
*** livingstore has quit IRC | 20:39 | |
*** livingstore has joined #timvideos | 20:46 | |
*** kshkr has joined #timvideos | 20:53 | |
*** mparuszewski has joined #timvideos | 21:15 | |
tariq786 | hi, anybody wants to share his GSOC proposal for comments and reference | 21:31 |
droy | hi | 21:34 |
tariq786 | hi droy | 21:42 |
tariq786 | hi, anybody wants to share his GSOC proposal for comments and reference | 21:43 |
*** ayush3504 has joined #timvideos | 22:00 | |
*** ayush3504_ has joined #timvideos | 22:52 | |
*** ayush3504 has quit IRC | 22:54 | |
*** kshkr has quit IRC | 22:55 | |
*** khmarehman has joined #timvideos | 23:02 | |
*** ayush3504 has joined #timvideos | 23:05 | |
*** ayush3504_ has quit IRC | 23:07 | |
*** konstovl has joined #timvideos | 23:11 | |
konstovl | Any mentor online to review my proposal? Thanks | 23:13 |
konstovl | https://docs.google.com/document/d/1MtLr71m4Y7tTLVytJ6b3TftQQddmmu0051ctd2ZvBGo | 23:14 |
tpb | <http://ln-s.net/BMSC> (at docs.google.com) | 23:14 |
khmarehman | Hi Mithro | 23:23 |
khmarehman | I go through HDMI2USB wiki, and as stated timvideos project is using xilinix 14.2 WEBPack | 23:24 |
khmarehman | I followed the link to download it and created an account | 23:25 |
khmarehman | But I am unable to downlaod it | 23:25 |
khmarehman | It say there is an technical issue | 23:25 |
Joelw | Their site is a bit funny like that. Have you tried it with a different browser? | 23:25 |
khmarehman | Yes | 23:26 |
khmarehman | same result | 23:26 |
khmarehman | Is there any other hosting site from where I can download setup? | 23:26 |
konstovl | maybe there is technical issue but mithro is not a god to solve the problems of Xilinx | 23:26 |
khmarehman | I know, I was just communicating my update | 23:27 |
Joelw | Apparently sometimes there can be a problem with your account on the Xilinx site that prevents downloads from working | 23:27 |
Joelw | There are some direct links.. I'll see if I can find you the 14.2 ones | 23:27 |
konstovl | maybe too many from timvideos download Xilinnx's Ise | 23:27 |
konstovl | The last one 14.7 compiles nice the project | 23:28 |
Joelw | http://www.xilinx.com/support/answers/50866.htm | 23:28 |
tpb | Title: AR# 50866 - Vivado 2012.2 and ISE Design Suites 14.2 - I am unable to download the Vivado 2012.2 and ISE 14.2 Design Suites (at www.xilinx.com) | 23:28 |
khmarehman | I will appreciate it Joelw | 23:28 |
Joelw | If that doesn't work, I reckon try emailing Xilinx | 23:29 |
Joelw | Use the contact form at http://www.xilinx.com/askx/feedback_form.htm and mention your Xilinx account's username | 23:29 |
tpb | Title: Website Feedback and General Questions (at www.xilinx.com) | 23:29 |
Joelw | It's a pretty common problem, unfortunately! :( | 23:29 |
khmarehman | Thank you for Your Tips | 23:30 |
*** konstovl has left #timvideos | 23:50 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!