node-v4l2camera icon indicating copy to clipboard operation
node-v4l2camera copied to clipboard

frameRaw() access often in the middle of a frame

Open jonnor opened this issue 9 years ago • 2 comments

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:

node-v4l2camera-misaligned-frame

jonnor avatar Dec 02 '16 12:12 jonnor

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.

jonnor avatar Dec 02 '16 12:12 jonnor

It's really weird. Does the library examples work ok?

iglosiggio avatar Dec 02 '16 14:12 iglosiggio