#linux-media 2021-11-23,Tue

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
***djrscally has quit IRC (Ping timeout: 480 seconds) [00:30]
........ (idle for 39mn)
camus has joined #linux-media [01:09]
camus1 has quit IRC (Ping timeout: 480 seconds) [01:14]
....... (idle for 32mn)
cphealy has quit IRC (Remote host closed the connection) [01:46]
.... (idle for 15mn)
cphealy has joined #linux-media [02:01]
xiaer1921 has quit IRC (Ping timeout: 480 seconds)
xiaer1921 has joined #linux-media
[02:11]
xiaer1921 has quit IRC (Read error: Connection reset by peer)
xiaer1921 has joined #linux-media
[02:21]
camus1 has joined #linux-media
camus has quit IRC (Ping timeout: 480 seconds)
[02:28]
............. (idle for 1h2mn)
camus has joined #linux-media
camus1 has quit IRC (Ping timeout: 480 seconds)
[03:32]
.... (idle for 16mn)
camus1 has joined #linux-media
camus has quit IRC (Read error: Connection reset by peer)
[03:52]
....................... (idle for 1h51mn)
camus has joined #linux-media
camus1 has quit IRC (Ping timeout: 480 seconds)
[05:44]
........ (idle for 35mn)
jm_h has joined #linux-media [06:20]
....... (idle for 30mn)
camus1 has joined #linux-media
camus has quit IRC (Read error: Connection reset by peer)
[06:50]
..... (idle for 21mn)
ao2 has joined #linux-media [07:13]
djrscally has joined #linux-media [07:26]
........ (idle for 37mn)
conor-f has joined #linux-media
Whoopie has quit IRC (Quit: ZNC - http://znc.in)
[08:03]
conor-fHey everyone, I'm looking for some help with a video capture USB device. The device is "identified" and a V4L2 video device/extension is successfully initialized according to dmesg
But when I try open the device /dev/video2 in VLC, it complains about "unknown frame intervals" and "inappropriate ioctl"
[08:06]
***camus1 has quit IRC (Read error: Connection reset by peer)
camus has joined #linux-media
[08:08]
pratyush has quit IRC (Ping timeout: 480 seconds)
pratyush has joined #linux-media
[08:14]
Whoopie has joined #linux-media [08:23]
conor-f(Double messaging as I just saw the topic saying only registered users can talk)
Hey everyone, I'm looking for some help with a video capture USB device. The device is "identified" and a V4L2 video device/extension is successfully initialized according to dmesg
But when I try open the device /dev/video2 in VLC, it complains about "unknown frame intervals" and "inappropriate ioctl"
[08:24]
***conor-f has quit IRC (Quit: Lost terminal)
conor-f has joined #linux-media
[08:28]
dub_machina has joined #linux-media [08:44]
dub_machina has quit IRC (Ping timeout: 480 seconds) [08:53]
xiaer1921 has quit IRC (Read error: Connection reset by peer) [09:02]
svarbanov has joined #linux-media [09:15]
.... (idle for 18mn)
eballetbo has joined #linux-media [09:33]
..... (idle for 22mn)
xiaer1921 has joined #linux-media [09:55]
.... (idle for 17mn)
mugnierb1hey, I have a driver that outputs "Consider updating driver xxx to match on endpoints". I digged the code to check what leads to this but I'm new to V4L2 and don't know what endpoints are. Can someone explain me what leads to this message or point me to any documentation? Thanks a ton [10:12]
djrscallyEndpoints are a kind of representation in firmware of a connection between two devices
They're sort of sub-nodes of a Port in the firmware graph
So for example a Sensor that's connected to a CSI2 receiver might have a port called Port@0 described, with an endpoint called Endpoint@0
And they'll contain properties that refer to the corresponding port and endpoint on the CSI2 receiver's firmware
https://www.kernel.org/doc/html/latest/firmware-guide/acpi/dsd/graph.html
That's the firmware graph page
Or at least, that's the ACPI one. But the same concept exists in devicetree and software nodes
[10:20]
***camus1 has joined #linux-media [10:23]
djrscallyThat message you received, as I understand it, means that ports/endpoints are _not_ described in this particular devices firmware, and instead the matching is done by direct reference to the device [10:24]
***camus has quit IRC (Ping timeout: 480 seconds) [10:28]
djrscallyEquivalent dt documentation: https://github.com/devicetree-org/dt-schema/blob/main/schemas/graph.yaml [10:33]
........ (idle for 39mn)
kbinghammugnierb1, Which driver are you working on? [11:12]
mugnierb1kbingham: i'm working on a company driver heavilly based on ov5640 [11:14]
kbinghammugnierb1, What CSI2 receiver are you using? [11:15]
mugnierb1as i plan to upstream it i look into cleaning every warning possible [11:15]
kbinghamThe warning will be produced, not from the OV5640 driver, but the 'link' between that driver and the receiver when the receiver is parsing it's subdevices. [11:16]
mugnierb1kbingham: my receiver (the endpoint i guess) is a csi1_ep, i'm on a raspi 4
so you mean it's the csi1_ep node that cause issue?
[11:17]
kbinghamOk - so unicam ;-) [11:17]
mugnierb1i guess so i'm new to this :) [11:17]
..... (idle for 21mn)
kbinghammugnierb1, I think the unicam driver is still out-of-mainline. So you're working on the RPi tree, which is fine, but I think it means you can simply ignore the warning now. The fix should probably be done as part of upstreaming the unicam driver.
mugnierb1, upstreaming your sensor driver is still useful and valid though, as it can be connected to other CSI2 receivers.
[11:38]
mugnierb1kbingham: Yes I work on the rpi tree. I have a db410c to try my driver on, I'll check with this one once I rebuild the latest kernel for it, so I'll be on the linaro tree with another csi2 receiver. Thanks a ton for your help
May I ask what triggers the message just for my personnal knowledge?
[11:40]
pinchartlmugnierb1: can you tell which sensor that is ?
(as you plan to upstream it I suppose the information may not be that confidential :-))
[11:41]
mugnierb1pinchartl: I'm still waiting for my company formal approval. I hope next week but, you know anything can happen
I hope it's only a formality
[11:42]
pinchartlas it's kernel code it's covered by the GPL, so you'll have to publish it anyway, even if you don't upstream it [11:43]
mugnierb1indeed [11:44]
***xiaer1922 has joined #linux-media
xiaer1921 has quit IRC (Ping timeout: 480 seconds)
xiaer1922 is now known as xiaer1921
[11:45]
camus has joined #linux-media
camus1 has quit IRC (Read error: Connection reset by peer)
[11:54]
djrscallymugnierb1: It should trigger when a subdev matches to an async notifier, but the fwnode used for the match is the subdev device's fwnode rather than an endpoint that's a child of the device's fwnode
At least that's my understanding of it
[12:05]
***GBenji has joined #linux-media [12:08]
mugnierb1djrscally: alright, thanks [12:16]
........... (idle for 52mn)
***sailorek1234 has joined #linux-media [13:08]
....... (idle for 30mn)
camus1 has joined #linux-media
camus has quit IRC (Ping timeout: 480 seconds)
[13:38]
........ (idle for 35mn)
sailorek1234 has quit IRC () [14:16]
..... (idle for 22mn)
svarbanov has quit IRC (Ping timeout: 480 seconds) [14:38]
camus has joined #linux-media
camus1 has quit IRC (Ping timeout: 480 seconds)
[14:49]
svarbanov has joined #linux-media [15:02]
............. (idle for 1h3mn)
tfiga has quit IRC (Ping timeout: 480 seconds)
arnd_ has quit IRC (Read error: Connection reset by peer)
broonie has quit IRC (Ping timeout: 480 seconds)
tfiga has joined #linux-media
arnd_ has joined #linux-media
broonie has joined #linux-media
[16:05]
....... (idle for 31mn)
camus1 has joined #linux-media
camus has quit IRC (Read error: Connection reset by peer)
[16:38]
...... (idle for 28mn)
GBenji has left [17:07]
.............. (idle for 1h8mn)
svarbanov has quit IRC (Ping timeout: 480 seconds) [18:15]
gouchi has joined #linux-media [18:29]
.... (idle for 18mn)
camus has joined #linux-media [18:47]
camus1 has quit IRC (Ping timeout: 480 seconds) [18:52]
......... (idle for 40mn)
djrscally has quit IRC (Ping timeout: 480 seconds) [19:32]
.... (idle for 17mn)
conor-f has quit IRC (Ping timeout: 480 seconds) [19:49]
................. (idle for 1h20mn)
djrscally has joined #linux-media [21:09]
jm_h has quit IRC (Remote host closed the connection) [21:14]
.... (idle for 16mn)
camus1 has joined #linux-media
camus has quit IRC (Read error: Connection reset by peer)
[21:30]
..... (idle for 24mn)
gouchi has quit IRC (Remote host closed the connection) [21:55]
jarthur has joined #linux-media [22:09]
ao2 has quit IRC (Quit: Leaving) [22:16]
jarthur has quit IRC (Ping timeout: 480 seconds) [22:29]
svarbanov has joined #linux-media [22:41]
......... (idle for 43mn)
djrscally has quit IRC (Quit: Konversation terminated!)
jarthur has joined #linux-media
djrscally has joined #linux-media
[23:24]
svarbanov has quit IRC (Ping timeout: 480 seconds) [23:35]
jarthur has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
jarthur has joined #linux-media
jarthur has quit IRC ()
[23:42]

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)