Hi, On Wed, 2003-10-01 at 08:44, Rabenu Amihay-R57204 wrote: > Yes, I am working on the next generation of application processor. > This one will have hardware support in rotation, flip u/d, post-filtering and others > image processing capabilities. > Do I have to add new ioctl's for the API till such will become a standard ?
v4l2 has some control IDs for such operations. Look at V4L2_CID_HFLIP, _VFLIP, etc. v4l1 has no way of doing this, so in v4l1, you'd need to use your own extensions. Ronald -- Ronald Bultje <[EMAIL PROTECTED]> Linux Video/Multimedia developer -- video4linux-list mailing list Unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/video4linux-list
