node-v4l2camera
node-v4l2camera copied to clipboard
frameRaw() access often in the middle of a frame
My camera does not support MJPG, so I'm setting the format to RGB3. I call cam.frameRaw() inside the capture` callback and I get RGB data out. However, the data is not aligned with a frame capture. Example:

I'm not quite sure how to do such alignment with V4L2. If someone can describe how it is supposed to be done, I can possibly fix it.
It's really weird. Does the library examples work ok?