*** tpb has joined #timvideos | 00:00 | |
*** FeltonChris has joined #timvideos | 01:35 | |
*** Niharika has joined #timvideos | 02:22 | |
*** CarlFK has quit IRC | 02:43 | |
*** Niharika has quit IRC | 02:44 | |
*** Niharika has joined #timvideos | 03:40 | |
*** Niharika1 has joined #timvideos | 04:00 | |
*** Niharika has quit IRC | 04:01 | |
*** Niharika has joined #timvideos | 04:13 | |
*** Niharika1 has quit IRC | 04:13 | |
*** tija has joined #timvideos | 04:31 | |
*** CarlFK has joined #timvideos | 04:45 | |
*** ChanServ sets mode: +v CarlFK | 04:45 | |
mithro | aps-sids: did you get anywhere with dvswitch? | 04:49 |
---|---|---|
*** tija has quit IRC | 04:56 | |
aps-sids | mithro: morning. I boot up in CarlFK's Vagrant Box and dont know what to do next. | 04:57 |
CarlFK | do you see the dvswitch gui? | 04:57 |
CarlFK | http://dvswitch.alioth.debian.org/wiki/ looks about like that | 04:58 |
tpb | Title: DVswitch (at dvswitch.alioth.debian.org) | 04:58 |
aps-sids | CarlFK: yes and btw I have to enter password vagrant, its not logging in automatically | 04:59 |
CarlFK | hmm.. it's been a while.. but that surprises me | 04:59 |
CarlFK | lets hope that is the only thing that is odd | 05:00 |
CarlFK | in the lower row of thumbs, is there a bouncing ball? | 05:00 |
aps-sids | CarlFK: in dvsmon I see errors, some packages missing. I'm manually installing them now | 05:01 |
CarlFK | swell. this was spozed to be a nice static thing | 05:02 |
CarlFK | ill run it over here and see what happens | 05:03 |
*** tija has joined #timvideos | 05:07 | |
mithro | http://dvswitch.alioth.debian.org/wiki/large_meeting/ | 05:09 |
tpb | Title: large meeting (at dvswitch.alioth.debian.org) | 05:09 |
mithro | aps-sids: I would have just suggested doing an "apt-get install dvswitch" and then trying the commands on the above URL | 05:09 |
aps-sids | What can I say? Carl loves vagrant ;) | 05:10 |
*** tvCommitBot has joined #timvideos | 05:13 | |
tvCommitBot | [HDMI2USB] mithro closed pull request #41: Issue #33 New Test Image Generator with more life (master...master) http://git.io/4RV3ug | 05:13 |
*** tvCommitBot has left #timvideos | 05:13 | |
shenki | who wants to review some vhdl and verilog? | 05:14 |
aps-sids | shenki: I'm just curious to see how that code looks ;) | 05:18 |
shenki | aps-sids: https://github.com/shenki/HDMI2USB/commits/ajit-debug-v2 | 05:22 |
tpb | Title: Commits · shenki/HDMI2USB · GitHub (at github.com) | 05:22 |
shenki | aps-sids: the top 4 commits | 05:22 |
shenki | mithro: do you want to take a look? if they're good, we'll merge into master on the main repo | 05:22 |
aps-sids | Not sure if Verilog code or Very Long code :P | 05:24 |
mithro | shenki: Do you know if there is a way to make the debug signals get automagically wired together? Otherwise I think it seems pretty good? | 05:26 |
shenki | mithro: what do you mena? | 05:27 |
mithro | IE, it would be nice is a "module"/"subsystem" could just instantiate a bunch of debug counters and then they would get automagically published via the debug system up the UART | 05:28 |
shenki | right. you'd have to create some kind of preprocessor system do that | 05:30 |
shenki | have a python script that scrapes all the _debug signals and collects them | 05:30 |
shenki | or similar | 05:30 |
mithro | shenki: there is a horrible thing called "verilogperl" which I think we probably want to stay away from :P | 05:31 |
shenki | yep. good call :) | 05:32 |
shenki | a guy i worked with at my last job who did fpga contracting for us had a cool system of makefiles and python that he would use to generate filters | 05:33 |
shenki | so you could design the filters in python, and then spit out the vhdl with all the coeffs and stuff | 05:33 |
shenki | as well as your testbenches | 05:33 |
mithro | shenki: I think FeltonChris has something like what with MyHDL | 05:41 |
shenki | kinda. this is more about describing the filters at a high level, and then generating all of the boilerplate and vhdl afterwards | 05:43 |
shenki | whereas myhdl is more about describing the vhdl that you want generated | 05:43 |
shenki | a subtle difference ;) | 05:43 |
aps-sids | CarlFK: there is some dpkg problem, I even tried destroying and re-creating the box | 05:51 |
mithro | aps-sids: want to give my approach a try? | 06:00 |
aps-sids | mithro: yeah, doing that already | 06:00 |
aps-sids | mithro: this reads input from firewire source, I don't have that | 06:12 |
*** Niharika1 has joined #timvideos | 06:27 | |
*** FeltonChris1 has joined #timvideos | 06:29 | |
mithro | aps-sids: there is a dvsource-file I think? | 06:32 |
aps-sids | mithro: I'm using CarlFK 's dvsmon now, and trying to get over the errors, "ERROR: bind: Cannot assign requested address" | 06:33 |
aps-sids | looking where address is given | 06:33 |
*** Niharika has quit IRC | 06:33 | |
*** CarlFK has quit IRC | 06:34 | |
*** FeltonChris has quit IRC | 06:34 | |
aps-sids | mithro: okay, got it working. Now installing ported dvswitch plugin | 06:37 |
shenki | tija: hey | 06:37 |
aps-sids | mithro: Carl's dvsmon and test scripts run with 0.10, I'd have to edit those | 06:49 |
shenki | tija: are you happy for the version of your debug framework that i have on my branch be merged into the main repo? | 06:50 |
shenki | https://github.com/shenki/HDMI2USB/commits/ajit-debug-v2 | 06:50 |
tpb | Title: Commits · shenki/HDMI2USB · GitHub (at github.com) | 06:50 |
shenki | please take a look | 06:50 |
aps-sids | mithro: I'm getting this error when trying to install ported dvswitch plugin. I don't have much experience with dpkg | 07:01 |
aps-sids | https://www.irccloud.com/pastebin/070ERMId | 07:01 |
tpb | Title: Pastebin: 070ERMId | IRCCloud (at www.irccloud.com) | 07:01 |
aps-sids | mithro: I think something is wrong in configure or something | 07:02 |
*** Niharika1 has quit IRC | 07:02 | |
shenki | ttp://stackoverflow.com/questions/11238134/dpkg-shlibdeps-error-no-dependency-information-found-for | 07:06 |
shenki | the last answer has clues for the real fix | 07:06 |
mithro | aps-sids: it looks like you need to fix a couple of references in debian/rules too | 07:24 |
mithro | aps-sids: it's still referencing gstreamer0.10 | 07:24 |
aps-sids | yeah | 07:26 |
aps-sids | mithro: but make install should work right? its installing in correct place but element still not available in gst-inspect-10 | 07:27 |
mithro | aps-sids: gst-inspect-0.10 or gst-inspect-1.0 ? | 07:28 |
aps-sids | 1.0 | 07:28 |
aps-sids | Its ported right, so 1.0 | 07:28 |
mithro | aps-sids: is the file in the right location? Maybe it accidently installed to the 0.10 location? | 07:31 |
aps-sids | mithro: I checked that its in usr/lib/gstreamer-1.0 | 07:31 |
mithro | great! Now I have no idea :P | 07:32 |
mithro | aps-sids: do an strace of gst-inpect maybe and check what it is doing? | 07:33 |
aps-sids | mithro: I tried changing references in debian/control | 07:38 |
aps-sids | and now I get | 07:38 |
aps-sids | dpkg-source: error: source package has two conflicting values - gstreamer1.0-dvswitch and gstreamer0.10-dvswitch | 07:38 |
mithro | aps-sids: "grep -R gstreamer0.10 debian/" | 07:39 |
aps-sids | grep doesn't give me any occurence of 0.10 except one in changelog | 07:39 |
aps-sids | does that matter? | 07:39 |
mithro | aps-sids: actually - It think it might | 07:40 |
aps-sids | wow | 07:40 |
aps-sids | it does | 07:40 |
mithro | aps-sids: one way to make sure you update the ChangeLog is to make it used :P | 07:40 |
aps-sids | :D | 07:41 |
aps-sids | mithro: okay, this now | 07:41 |
aps-sids | dpkg-shlibdeps: error: no dependency information found for /usr/lib/libgstreamer-1.0.so.0 (used by debian/gstreamer1.0-dvswitch/usr/lib/gstreamer-1.0/libgstdvswitch.so). | 07:41 |
aps-sids | dh_shlibdeps: dpkg-shlibdeps -Tdebian/gstreamer1.0-dvswitch.substvars debian/gstreamer1.0-dvswitch/usr/lib/gstreamer-1.0/libgstdvswitch.so returned exit code 2 | 07:41 |
aps-sids | make: *** [binary] Error 2 | 07:41 |
aps-sids | dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 | 07:41 |
*** tvCommitBot has joined #timvideos | 07:41 | |
tvCommitBot | [HDMI2USB] mithro opened pull request #60: Adding a description of the github issue labels inside a CONTRIBUTING document (master...github-issues) http://git.io/fcL3Vg | 07:41 |
*** tvCommitBot has left #timvideos | 07:41 | |
mithro | Anyone want to review my pull request? | 07:41 |
shenki | mithro: yep | 07:42 |
mithro | and fix all my inevitable speling mistakes | 07:42 |
shenki | github's silly UI doesn't let you review commit messages | 07:42 |
mithro | shenki: yeah - I really wish they'd give their review interface a lot of love | 07:43 |
shenki | mithro: done | 07:51 |
shenki | mithro: looks good, all my comments are minor things | 07:51 |
mithro | shenki: I can't figure out how to reply to your commit message comment | 07:56 |
shenki | hrm | 08:00 |
shenki | dunno | 08:00 |
shenki | mithro: you have to enforce the first line thing. the git tools rely on it | 08:00 |
shenki | see how the commit message in the review wraps in the github web UI? | 08:00 |
shenki | that's only hte beginning of it | 08:00 |
* shenki steps down off his soap box | 08:03 | |
mithro | shenki: The only place I've found an issue is on github when sending a pull request | 08:07 |
aps-sids | mithro: doing "gst-inspect-1.0 /usr/lib/gstreamer-1.0/libgstdvswitch.so" shows me plugin info | 08:17 |
*** mparuszewski has quit IRC | 08:42 | |
*** slomo has joined #timvideos | 08:58 | |
*** slomo has joined #timvideos | 08:58 | |
shenki | mithro: when you send patches to mailing lists it gets awkward. it also breaks git log --oneline, as the messages don't fit on the screen, same with gitk | 08:59 |
mithro | I have more than 80 character terminals. Gitk and git log both work fine. | 09:06 |
*** tija has quit IRC | 09:07 | |
shenki | not all of us have a pair of 24" monitors | 09:11 |
shenki | oh, speaking of nice monitors | 09:11 |
shenki | one of the guys at hackerspace had a ipad retina LCD attached to a PCB that did LVDS to DVI | 09:12 |
shenki | so we could plug it into our laptops | 09:12 |
shenki | it looked amazing | 09:12 |
shenki | if only Lenovo made laptops with high dpi displays :( | 09:13 |
shenki | it was one of these: http://www.adafruit.com/products/1652 | 09:13 |
tpb | Title: Adafruit Qualia 9.7 DisplayPort Monitor - 2048x1536 Resolution ID: 1652 - $224.95 : Adafruit Industries, Unique & fun DIY electronics and kits (at www.adafruit.com) | 09:13 |
shenki | https://lh6.googleusercontent.com/-hteDJ427EXU/U8eT-iKfWfI/AAAAAAAAsBQ/pwSXFaj_OXg/w1035-h766-no/IMG_20140716_195849.jpg | 09:15 |
shenki | ok, so the photo doesn't do it justice | 09:16 |
shenki | as it's blurry | 09:16 |
shenki | but you can see the 10c piece for scale | 09:16 |
shenki | that text was quite readable | 09:16 |
*** tija has joined #timvideos | 09:18 | |
*** hyades has joined #timvideos | 09:25 | |
*** tija has quit IRC | 09:25 | |
aps-sids | slomo: "gst-inspect-1.0 /usr/lib/gstreamer-1.0/libgstdvswitch.so" shows me plugin info but "gst-inspect-1.0 dvswitch" says No such element or plugin 'dvswitch' :( | 09:33 |
aps-sids | can you help with that? | 09:33 |
slomo | aps-sids: check the debug logs what the problem is | 09:34 |
aps-sids | slomo: for some reason, it s looking for directory '/usr/lib/frei0r-1' | 09:37 |
aps-sids | failed: Error opening directory '/usr/lib/frei0r-1': No such file or directory | 09:37 |
*** tija has joined #timvideos | 09:40 | |
*** Niharika has joined #timvideos | 09:41 | |
aps-sids | slomo: do we have to update the registry cache or something? This plugin is installed using make install | 09:45 |
*** Niharika has quit IRC | 09:56 | |
slomo | aps-sids: it's doing that automatically | 10:00 |
slomo | aps-sids: is gst-inspect-1.0 -b showing it as blacklisted? | 10:00 |
aps-sids | slomo: no | 10:00 |
slomo | aps-sids: are other plugins in /usr/lib/gstreamer-1.0 and are they found? | 10:00 |
aps-sids | slomo: yes, there are and they are found | 10:01 |
aps-sids | slomo: not sure if they are found form their copy from some other place | 10:02 |
aps-sids | s/form/srom | 10:02 |
aps-sids | s/form/from | 10:02 |
slomo | check for one of them | 10:04 |
slomo | gst-inspect shows the path at the top | 10:04 |
aps-sids | slomo: sorry, internet got disconnected. I think this is the problem. Every plugin is detected from /usr/lib/x86_64-linux-gnu/gstreamer-1.0/ | 10:43 |
aps-sids | how do I make sure gstreamer looks in /usr/lib/gstreamer-1.0. symlink or anything? | 10:44 |
slomo | aps-sids: for example, or set GST_PLUGIN_PATH to the other one or let dvswitch install the plugin in the right place | 10:48 |
*** rohitksingh has joined #timvideos | 11:36 | |
*** Palash has joined #timvideos | 11:53 | |
aps-sids | mithro: Okay everything is installed. I run "dvswitch --host=localhost --port=2000" in Terminal-1 and I do "gst-launch-1.0 -v videotestsrc is-live=true ! videoconvert ! avenc_dvvideo ! avmux_dv ! dvswitchsink host=localhost port=2000" in Terminal-2 | 12:07 |
aps-sids | And some more cmds like that and I get this -- http://picpaste.com/pics/Ubuntu_12.04.2_64-bit-2014-07-17-17-31-59.1405598788.png | 12:08 |
aps-sids | So, I guess plugin is ported? | 12:08 |
xfxf | i'm sticking with pebble until other things have >6 days of battery life | 12:31 |
xfxf | having to charge a watch every night = lame | 12:31 |
xfxf | er | 12:31 |
xfxf | ignore | 12:31 |
xfxf | wrong channel haha | 12:31 |
*** Niharika has joined #timvideos | 13:06 | |
*** FeltonChris1 has quit IRC | 13:10 | |
mithro | andi-m: lgtm! | 14:02 |
andi-m | ? | 14:05 |
shenki | i think he was after aps-sids | 14:08 |
*** rohitksingh has quit IRC | 14:35 | |
*** tija has quit IRC | 14:37 | |
*** Niharika has quit IRC | 14:42 | |
*** Niharika has joined #timvideos | 14:52 | |
*** Niharika1 has joined #timvideos | 14:55 | |
*** Niharika has quit IRC | 15:02 | |
*** CarlFK has joined #timvideos | 15:04 | |
*** ChanServ sets mode: +v CarlFK | 15:04 | |
*** hyades has quit IRC | 15:19 | |
*** Niharika has joined #timvideos | 15:47 | |
*** Niharika1 has quit IRC | 15:49 | |
CarlFK | aps-sids: sorry, fell asleep last night | 15:55 |
CarlFK | did you make any progress ? | 15:55 |
*** Niharika has quit IRC | 15:55 | |
CarlFK | I am making coffee n breakfast .. | 15:55 |
*** hyades has joined #timvideos | 16:12 | |
*** Palash has quit IRC | 16:12 | |
*** Palash has joined #timvideos | 16:18 | |
*** Niharika has joined #timvideos | 16:32 | |
*** Niharika has quit IRC | 16:37 | |
*** rohitksingh has joined #timvideos | 16:39 | |
*** slomo has quit IRC | 16:51 | |
*** tija has joined #timvideos | 17:04 | |
*** slomo has joined #timvideos | 17:32 | |
*** tija has quit IRC | 18:00 | |
aps-sids | CarlFK: it's OK and yeah I tested it. Your box was having some problems, so I tested like mithro suggested. Check out chat log above and my latest blog post. | 19:27 |
aps-sids | CarlFK: dvsource-v4l2-other needs to be ported as well, for your box and dvsmon to work properly | 19:30 |
CarlFK | hmm.. I think I took a shot at at that.. just a sec | 19:31 |
*** Palash has quit IRC | 19:36 | |
*** slomo has quit IRC | 20:11 | |
*** rohitksingh1 has joined #timvideos | 21:00 | |
*** rohitksingh has quit IRC | 21:01 | |
*** mparuszewski has joined #timvideos | 21:40 | |
*** techdragon has quit IRC | 22:49 | |
*** techdragon has joined #timvideos | 22:50 | |
*** hyades has quit IRC | 22:52 | |
*** mithro has quit IRC | 22:52 | |
*** skay has quit IRC | 22:52 | |
*** shenki has quit IRC | 22:52 | |
*** hyades has joined #timvideos | 22:53 | |
*** mithro has joined #timvideos | 22:53 | |
*** skay has joined #timvideos | 22:53 | |
*** shenki has joined #timvideos | 22:53 | |
*** kornbluth.freenode.net sets mode: +vv skay shenki | 22:53 | |
*** ldlework has quit IRC | 22:53 | |
*** ldlework has joined #timvideos | 22:54 | |
*** xobs has quit IRC | 22:54 | |
*** wanig has quit IRC | 22:54 | |
*** Joelw has quit IRC | 22:54 | |
*** mparuszewski has quit IRC | 22:54 | |
*** tariq786 has quit IRC | 22:54 | |
*** gurudev has quit IRC | 22:54 | |
*** thaytan has quit IRC | 22:54 | |
*** xobs has joined #timvideos | 22:55 | |
*** wanig has joined #timvideos | 22:55 | |
*** Joelw has joined #timvideos | 22:55 | |
*** mparuszewski has joined #timvideos | 22:56 | |
*** tariq786 has joined #timvideos | 22:56 | |
*** gurudev has joined #timvideos | 22:56 | |
*** thaytan has joined #timvideos | 22:56 | |
*** kornbluth.freenode.net sets mode: +v thaytan | 22:56 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!