*** tpb has joined #timvideos | 00:00 | |
mithro | CarlFK: once the gateware has been loaded, you need to reset the FPGA before you can load gateware again | 02:23 |
---|---|---|
CarlFK | mithro: I seem to have the atlys side working | 02:24 |
mithro | CarlFK: what do you mean? | 02:24 |
CarlFK | this works: mplayer tv:// -tv driver=v4l2:device=/dev/video1 ; I get a good display. | 02:25 |
CarlFK | now trying to make this work ./dvsource-v4l2-other --device=/dev/video1 | 02:25 |
CarlFK | this works fine: ./dvsource-v4l2-other -n ball | 02:26 |
CarlFK | ./dvsource-v4l2-other --device=/dev/video1 - dvswitch shows no video, noisy audio on the meter and lots of this to stdout/error: | 02:27 |
CarlFK | [dvvideo @ 0x202a800] could not find dv frame profile | 02:27 |
CarlFK | WARN: Source 1using wrong sample rate | 02:27 |
CarlFK | mithro: encoder: 1280x720 @ 0fps (0Mbps) from hdmi_in1 (q: 50) | 02:29 |
CarlFK | 0fps is because nothing is ... polling it? (totally guessing how this works) | 02:29 |
mithro | CarlFK: can you try dvsource-v4l2-other on your internal camera? | 02:29 |
mithro | CarlFK: I think so, what happens when you connect mplayer back up? | 02:30 |
CarlFK | --device=/dev/video0 (cam) same errors on dvswtich | 02:30 |
CarlFK | mithro: mplayer .... encoder: 1280x720 @ 10fps (47Mbps) from hdmi_in1 (q: 50) | 02:32 |
mithro | CarlFK: okay - so we need to figure out what is up with dvsource-v4l2-other | 02:32 |
CarlFK | mithro: guessing the 1024x is wrong in: videoscale add-borders=1 ! video/x-raw,width=1024,height=768,pixel-aspect-ratio=\(fraction\)1/1 | 02:38 |
*** sb0_ has joined #timvideos | 02:38 | |
*** sb0 has quit IRC | 02:38 | |
mithro | CarlFK: that is just used to scale things to 4:3 resolution | 02:38 |
CarlFK | this gives me 16:9 on dvswitch ./dvsource-v4l2-other -n ball | 02:39 |
CarlFK | mithro: juser@dc10b:~/dvsource-v4l2-other$ grep device dvsource-v4l2-other.py | 03:01 |
*** sb0_ has quit IRC | 03:02 | |
CarlFK | --device=/dev/video1 | 03:02 |
CarlFK | device is never used! | 03:02 |
mithro | I'll look at it in an hour or two | 03:04 |
CarlFK | # Read the v4l2 input and decode it if it's a mjpeg input | 03:04 |
CarlFK | "v4l2src ! " + | 03:04 |
mithro | Hrm.... | 03:04 |
CarlFK | fixed. gst-launch-1.0 -v v4l2src device=/dev/video1 ! decodebin | 03:06 |
CarlFK | but dvswitch still not being good | 03:06 |
CarlFK | here is a patch :) "v4l2src device=%s ! " % args.device + | 03:07 |
CarlFK | mithro: do you know about vivi? sudo modprobe vivi; dmesg; [29251.673777] vivi-000: V4L2 device registered as video2 | 03:11 |
CarlFK | [29251.673783] Video Technology Magazine Virtual Video Capture Board ver 0.8.1 successfully loaded. | 03:11 |
CarlFK | mplayer tv:// -tv driver=v4l2:device=/dev/video2 | 03:11 |
CarlFK | see moving color bars and some stats | 03:12 |
mithro | Nope. I have used v4l2loopback though. | 03:13 |
mithro | Just on my phone now. | 03:16 |
CarlFK | mithro: one less thing to worry about: using dev/video1 now encoder: 1280x720 @ 10fps (47Mbps) from hdmi_in1 (q: 50) | 03:22 |
*** sb0 has joined #timvideos | 05:35 | |
CarlFK | got something working. added videoconvert and format=I420 | 06:11 |
CarlFK | arg. I have dvswitch workign with static. now trying to get hdmi input and the laptop does not see a display device like it did last night. | 07:10 |
mithro | CarlFK: unplug and replug it? | 07:26 |
CarlFK | mithro: no luck | 07:32 |
mithro | CarlFK: what is the laptop and how is it connected? and what are you using to detect the display? | 07:33 |
mithro | Well, I need to head to bed, which means CarlFK should probably be well asleep too | 07:46 |
CarlFK | still here... sec... | 07:49 |
CarlFK | HDMI1 connected 1280x720+0+0 (normal left inverted right x axis y axis) 200mm x 112mm | 07:50 |
CarlFK | not kidding, that happened when I got a dhcp lease. | 07:50 |
CarlFK | I have been plugging and unplugging and moving it around trying to find a live cat5 | 07:51 |
CarlFK | got an IP, plugged in hdmi, now it sees it | 07:51 |
mithro | can you turn on HPD debugging? | 07:53 |
mithro | https://github.com/timvideos/HDMI2USB/wiki/EDID-Related-Code#debugging-tips | 07:54 |
tpb | Title: EDID Related Code · timvideos/HDMI2USB Wiki · GitHub (at github.com) | 07:54 |
CarlFK | echo 6 > /sys/module/drm/parameters/debug ... then what? | 07:55 |
CarlFK | http://paste.ubuntu.com/12228930/ dmesg | 08:02 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 08:02 |
mithro | CarlFK: that is useful output when the laptop isn't seeing the device | 08:09 |
CarlFK | k | 08:09 |
mithro | but I really must go to bed myself | 08:10 |
CarlFK | k | 08:11 |
CarlFK | good night - I'll get back to this in about 8 hours | 08:11 |
*** Niharika is now known as Niharika|afk | 10:24 | |
*** rohitksingh has joined #timvideos | 11:02 | |
*** asy has joined #timvideos | 12:02 | |
*** Niharika|afk is now known as Niharika | 13:06 | |
*** sb0 has quit IRC | 13:45 | |
*** sb0 has joined #timvideos | 13:46 | |
*** sb0 has quit IRC | 14:49 | |
*** rohitksingh has quit IRC | 15:02 | |
*** rohitksingh has joined #timvideos | 15:16 | |
CarlFK | how much trouble would it be to create a color bar test pattern? I guess as another input source? | 16:01 |
*** sb0 has joined #timvideos | 16:50 | |
*** rohitksingh has quit IRC | 17:21 | |
mithro | CarlFK: Probably wouldn't be to hard to do | 17:28 |
mithro | CarlFK: It would be a good starter project that I'm hoping someone like tija or rohit try and tackle | 17:29 |
*** rohitksingh has joined #timvideos | 17:34 | |
mithro | speak of the devil :P | 17:40 |
mithro | _florent_: so - you tested with a Raspberry Pi as an input now? | 17:57 |
*** tvCommitBot has joined #timvideos | 18:19 | |
tvCommitBot | [dvsource-v4l2-other] CarlFK opened pull request #12: use --device (master...master) http://git.io/vGlkY | 18:19 |
*** tvCommitBot has left #timvideos | 18:19 | |
*** rohitksingh has quit IRC | 18:21 | |
*** sb0 has quit IRC | 19:01 | |
mithro | CarlFK: back now | 19:10 |
mithro | CarlFK: have a working DVswitch using docker | 19:10 |
*** tvCommitBot has joined #timvideos | 19:20 | |
tvCommitBot | [dvsource-v4l2-other] mithro pushed 1 new commit to master: http://git.io/vGlCk | 19:20 |
tvCommitBot | dvsource-v4l2-other/master b2ffe17 Tim 'mithro' Ansell: Adding more comments. | 19:20 |
*** tvCommitBot has left #timvideos | 19:20 | |
mithro | CarlFK: hrm - well it appears I don't have a working DVSwitch.... | 19:21 |
* mithro tries lucid rather then precise | 19:23 | |
*** Joelw has quit IRC | 19:52 | |
*** Joelw has joined #timvideos | 19:57 | |
*** Joelw has quit IRC | 20:03 | |
*** Joelw has joined #timvideos | 20:08 | |
_florent_ | mithro: yes raspberry pi was ok | 21:21 |
mithro | _florent_: awesome! | 21:30 |
mithro | _florent_: I wanted to ask you about the best way to add "mnemonic" port names to the misoc firmware | 21:30 |
mithro | _florent_: What is the best way to tag the ports with their "jumper name" and "a text description" that we can show in the firmware? I assume we can just add extra info to the platforms file which gets written to a header somewhere? | 22:16 |
*** tvCommitBot has joined #timvideos | 22:32 | |
tvCommitBot | [dvsource-v4l2-other] mithro closed pull request #12: Get dvsource-v4l2-other working with the HDMI2USB device (master...master) http://git.io/vGlkY | 22:32 |
*** tvCommitBot has left #timvideos | 22:32 | |
CarlFK | http://img.flnet.org/a/IMG_20150830_175117.jpg | 23:03 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!