↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When | |
---|---|---|---|
paulk | oh wow and it's mipi csi-2
another thing is to have a driver for canon lenses it's a SPI-like interface and there are cheap EF to C-mount adapter where you can drill holes to attach cables to the pogo pins to the lens because tbh optics make a huge difference | [00:00] | |
kbingham | Ohh driving the lenses will be interesting
Absolutely. | [00:02] | |
paulk | but for now I'd rather build a blutooth follow-focus for the blackmagic
rotary encoder kind of stuff, a few preset buttons nrf something with zephyr | [00:02] | |
.... (idle for 19mn) | |||
*** | xiaer1921 has quit IRC (Remote host closed the connection)
xiaer1921 has joined #linux-media | [00:22] | |
................... (idle for 1h30mn) | |||
xiaer1922 has joined #linux-media
xiaer1921 has quit IRC (Remote host closed the connection) xiaer1922 is now known as xiaer1921 | [01:52] | ||
.................. (idle for 1h27mn) | |||
xiaer1922 has joined #linux-media
xiaer1921 has quit IRC (Remote host closed the connection) xiaer1922 is now known as xiaer1921 | [03:19] | ||
.......... (idle for 46mn) | |||
xiaer1921 has quit IRC (Remote host closed the connection)
xiaer1921 has joined #linux-media | [04:05] | ||
................ (idle for 1h16mn) | |||
eelstrebor has quit IRC (Quit: Ex-Chat)
xiaer1921 has quit IRC (Remote host closed the connection) xiaer1921 has joined #linux-media | [05:21] | ||
.......... (idle for 49mn) | |||
bingbu has quit IRC (Ping timeout: 480 seconds)
bingbu has joined #linux-media | [06:12] | ||
.... (idle for 19mn) | |||
ayaka has quit IRC (Quit: byte)
ayaka has joined #linux-media | [06:32] | ||
pinchartl | mriesch: knowing what streams carries what data requires acquiring that knowledge in userspace "somehow". it can be considered an intrinsic property of that particular sensor driver that userspace would need to know about. better, it could be standardized in V4L2 for categories of devices (e.g. for sensor with multi-exposure, stream 0 is always short and stream 1 always long). or it could be
exposed through an API (e.g. read-only controls, or adding a new ioctl to discover stream properties) frame descriptors could be extended to provide more information within the kernel, possibly and V4L2_SUBDEV_ROUTE_FL_SOURCE was dropped but will be replaced by something similar | [06:39] | |
mriesch | pinchartl: i could imagine you need a similar mechanism for the sensor driver you are working on?
what kind of embedded data does it transmit? | [06:41] | |
pinchartl | the embedded data is a few lines at the start of the image that contains information such as the exposure time used to capture the frame
Sakari has posted a patch series to add embedded data support to V4L2 | [06:51] | |
*** | jarthur has quit IRC (Quit: Textual IRC Client: www.textualapp.com) | [06:58] | |
djrscally has joined #linux-media
ao2 has joined #linux-media xiaer1922 has joined #linux-media xiaer1921 has quit IRC (Remote host closed the connection) xiaer1922 is now known as xiaer1921 | [07:08] | ||
.... (idle for 16mn) | |||
mriesch | pinchartl: ah yes, found it..
is there wip on the FL_SOURCE (or ITS successor)? | [07:28] | |
*** | GBenji has joined #linux-media | [07:36] | |
mriesch | ah, FL_INTERNAL seems to be the new thing... should have read the cover letter first | [07:38] | |
*** | frieder has joined #linux-media | [07:42] | |
pinchartl | yes, that's the one | [07:47] | |
.... (idle for 16mn) | |||
*** | mripard has quit IRC (Quit: mripard)
mripard has joined #linux-media darkapex has quit IRC (Remote host closed the connection) darkapex has joined #linux-media | [08:03] | |
............ (idle for 58mn) | |||
ao2 has quit IRC (Quit: Leaving)
xiaer1922 has joined #linux-media xiaer1921 has quit IRC (Ping timeout: 480 seconds) xiaer1922 is now known as xiaer1921 | [09:03] | ||
.................... (idle for 1h39mn) | |||
Moarc has quit IRC (Quit: i znowu NADMUCHAÅ BALONA) | [10:49] | ||
ao2 has joined #linux-media | [10:59] | ||
.... (idle for 15mn) | |||
ao2 has quit IRC (Quit: Leaving) | [11:14] | ||
Moarc has joined #linux-media
Moarc has quit IRC () | [11:22] | ||
xiaer1922 has joined #linux-media
xiaer1921 has quit IRC (Remote host closed the connection) xiaer1922 is now known as xiaer1921 | [11:36] | ||
Moarc has joined #linux-media
Moarc has quit IRC () | [11:46] | ||
.... (idle for 18mn) | |||
Moarc has joined #linux-media | [12:04] | ||
Moarc has quit IRC (Quit: i znowu NADMUCHAÅ BALONA)
Moarc has joined #linux-media | [12:10] | ||
.......... (idle for 45mn) | |||
BrianG61UK has quit IRC (Read error: Connection reset by peer) | [12:58] | ||
........ (idle for 35mn) | |||
mvaittin has joined #linux-media | [13:33] | ||
jmassot | lplc: Hi, I'm looking at how to add support for pixel mode in the MAX9671{4,7} driver
lplc: after looking at the MAX96717 FRONTTOP register, in case we don't select a datatype then all the traffic is forwared to the gmsl link lplc: so the current driver could work for you, are you selecting anything with the mem_dt* registers ? | [13:37] | |
lplc | jmassot: hi, yes, I'm filtering only the pixel data for now. The sensor also outputs a bunch of statistics and test patterns with different data types that I don't need | [13:44] | |
jmassot | lplc: ok same here | [13:45] | |
lplc | Later, I'll work on implementing the embedded data as a different stream, in which case I'll need to alow that data type to pass as well. For now, I have it embedded in the image | [13:46] | |
jmassot | lplc: that's exactly what I'm doing with the vgxy61 driver on top of the sailus metadata branch
lplc: https://pastebin.com/raw/WNKJP422 | [13:47] | |
lplc | jmassot: our corporate firewalls do not allow access to pastebin, unfortunately... :/ | [13:49] | |
jmassot | lplc: hehe I added multistream support for the vgx61 so that it correctly reports a second metadata stream on an internal pad
lplc: so now that I have two streams available on the sensor I can start looking at dt filtering in the serializer | [13:50] | |
lplc | for just 2 streams you only need to set FRONTTOP_16 and FRONTTOP_17 with the right DT
to allow the data to pass | [13:52] | |
jmassot | lplc: yes but the annoying thing will be to check if all the selected datatype have the same bpp
lplc: and we will have to maintain a table with all the mipi datatype and their bpp lplc: the other solution is not filter anything so all DT goes to the GMSL link | [13:53] | |
lplc | jmassot: not sure I get it why you need to check or why they need to have same bpp. By default, max96717 uses DT to know the bpp of the stream | [14:00] | |
jmassot | lplc: Oh I was thinking that we should not mixed different streams of different bpp in the same video pipe | [14:01] | |
lplc | in my case the pixel data is RAW16 and the embedded data is 8-bit
when I was experimenting with having embedded data separate, I could see the data just fine on a MIPI analyzer | [14:03] | |
pinchartl | lplc: you have a CSI-2 analyzer ? lucky you | [14:07] | |
lplc | pinchartl: I know :) | [14:08] | |
*** | eelstrebor has joined #linux-media | [14:09] | |
jmassot | lplc: pinchartl: I want one too :) | [14:10] | |
pinchartl | I'm sure kbingham has a camera module or two he would like you to test ;-) | [14:11] | |
*** | mvchtz has quit IRC (Ping timeout: 480 seconds) | [14:12] | |
jmassot | lplc: so I can prepare something for the pixel mode which filter the dt using mem_dtx_sel
lplc: one other question in pixel mode is how to retrieve the stream id properly on the deserializer | [14:12] | |
lplc | don't remember which deserializer you were using, but the one we're using (max96724) has 16 filter registers per video pipe and you can actually reassign an incoming dt on a vc to another vc and/or dt | [14:16] | |
jmassot | lplc: I don't plan to reassign dt/vc on the max96714 but there is a stream id to select at the deserializer side. In fact it just works because the max96717 and max96714 are using '2' (Pipe Z) by default, but I may be lucky
lplc: looks like that by default on max96724 each pipe can select all stream id VIDEO_PIPE_EN (0xF4) bit 4 | [14:20] | |
kbingham | Oh - just ship the CSI2 analyser to me. I'll look after it indefinitely... it's no bother. | [14:34] | |
........ (idle for 35mn) | |||
*** | xiaer1922 has joined #linux-media | [15:09] | |
xiaer1921 has quit IRC (Ping timeout: 480 seconds)
xiaer1922 is now known as xiaer1921 | [15:15] | ||
............... (idle for 1h12mn) | |||
greenjustin has joined #linux-media | [16:27] | ||
.... (idle for 16mn) | |||
jarthur has joined #linux-media | [16:43] | ||
.... (idle for 19mn) | |||
xiaer1921 has quit IRC (Remote host closed the connection)
xiaer1921 has joined #linux-media mripard has quit IRC (Remote host closed the connection) | [17:02] | ||
mvchtz has joined #linux-media
GBenji has left | [17:13] | ||
...... (idle for 25mn) | |||
gouchi has joined #linux-media
xiaer1921 has quit IRC (Remote host closed the connection) xiaer1921 has joined #linux-media | [17:42] | ||
......... (idle for 44mn) | |||
ao2 has joined #linux-media | [18:31] | ||
.... (idle for 17mn) | |||
xiaer1921 has quit IRC (Remote host closed the connection)
xiaer1921 has joined #linux-media | [18:48] | ||
.... (idle for 15mn) | |||
xiaer1921 has quit IRC (Remote host closed the connection)
xiaer1921 has joined #linux-media | [19:04] | ||
............. (idle for 1h4mn) | |||
xiaer1922 has joined #linux-media | [20:08] | ||
xiaer1921 has quit IRC (Ping timeout: 480 seconds)
xiaer1922 is now known as xiaer1921 BrianG61UK has joined #linux-media | [20:13] | ||
gouchi has quit IRC (Remote host closed the connection) | [20:21] | ||
..... (idle for 21mn) | |||
gouchi has joined #linux-media | [20:42] | ||
..... (idle for 21mn) | |||
frieder has quit IRC (Remote host closed the connection) | [21:03] | ||
ao2 has quit IRC (Quit: Leaving) | [21:11] | ||
.... (idle for 18mn) | |||
gouchi has quit IRC (Quit: Quitte) | [21:29] | ||
......... (idle for 43mn) | |||
ndufresne | hverkuil: hello, had a note in my todo that you ask to add visl in https://git.linuxtv.org/v4l-utils.git/tree/contrib/test/test-media . Considering this is a wrapper on top of v4l2-ctl and we have no plan to implement stateless codecs in there, I'd like to drop this task. SebastianCollabora and I will pick it up anyway later in some form when we
have the FDO infra ready. We already have that running in GStreamer CI https://gitlab.freedesktop.org/seungha.yang/gstreamer/-/jobs/53770557 | [22:12] | |
*** | xiaer1922 has joined #linux-media | [22:17] | |
xiaer1921 has quit IRC (Ping timeout: 480 seconds)
xiaer1922 is now known as xiaer1921 | [22:22] |
↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |