<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style> sailus: <u>zzam</u>: What's the problem there? <br> fwnode_reference_args is rather new, so it can't be found as such in older kernels. <br> Perhaps in many cases you could just do with dummy definitions to make things work as they used to, without the new functionality. <br> (Back later.) zzam: <u>sailus</u>: correct, it complains about not know struct fwnode_reference_args and not known function fwnode_property_get_reference_args TheOnlyBouncer: Good day, i am using v4l2-ctl to get frames from a devic, but the issue is i want to stream multiple frames to multiple files, is this possible? <br> currently i am using: v4l2-ctl --device /dev/video1 --stream-mmap --stream-to=frame.raw --stream-count=1 <br> but i want a higher stream count, and dump them every frame to each own file <br> i can't just reopen it every time, since i need sequential data