You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the capture() function in the CaptureStream class converts to a BufferedImage. However, I would suggest splitting this into two functions, allowing users (i.e. me 😛) to retrieve the raw bytes[] as well (without the automatic RGB>BGR conversion done by the setDataElements call).
The text was updated successfully, but these errors were encountered:
Right now the
capture()
function in theCaptureStream
class converts to aBufferedImage
. However, I would suggest splitting this into two functions, allowing users (i.e. me 😛) to retrieve the rawbytes[]
as well (without the automatic RGB>BGR conversion done by thesetDataElements
call).The text was updated successfully, but these errors were encountered: