vladimirvivien / go4vl

A Go library for working with the Video for Linux API (V4L2).
MIT License
245 stars 45 forks source link

possible add write functionality to a v4l2 device ? #57

Open c1ngular opened 1 year ago

c1ngular commented 1 year ago

is it possible to make this library could write to a v4l2 device i.e. to a virtual camera ?

vladimirvivien commented 12 months ago

@c1ngular Hi, right now it functions to capture output from drivers, it does not write. However, eventually, I'd like to get to that.