Student414

Results 3 comments of Student414

``` // MyTicks 自定义Ticks type MyTicks struct{} // Ticks returns Ticks in the specified range. func (MyTicks) Ticks(min, max float64) []plot.Tick { if max

reply myself: ``` uvcCamera.setFrameCallback(new IFrameCallback() { private Bitmap finalBitmap; private byte[] bufferAvoidGC; @Override public void onFrame(ByteBuffer frame) { // some operation } }, UVCCamera.PIXEL_FORMAT_RGBX); ```