Itay Brenner
Itay Brenner
@Kromtar can I ask you which version of PyTorch you have? I cannot export the Recognition Model, I get this error: ``` Traceback (most recent call last): File "/Users/itaybrenner/tesis/OnDevice/OnDevice/read_ocr.py", line...
> > @Kromtar can I ask you which version of PyTorch you have? I cannot export the Recognition Model, I get this error: > > ``` > > Traceback (most...
@JayFoxRox right now you can see the range in the manual mode: Negative values should work fine, but since my cameras only use positive values, it is hard to test....
According to what I have read, GoPros are not UVC compliant, this means that the host computer cannot control it. I am closing the issue because of this
@olebedev Probably no, it requires the camera itself to have such feature, usually it is down with the UVC standard. Browsing GoPro website, we can see that their utility doesn't...
It is normal for built-in cameras to not work, since apple doesn't allow apps to communicate directly with them. But the razer camera should work fine, this happens on both...
That's odd, it should work fine. > It is normal for built-in cameras to not work, since apple doesn't allow apps to communicate directly with them. But the razer camera...
In master If you press the label number, you should be able to fine tune it. I forgot to release the new version, will do ASAP
Doesn't seem to be any problem with the USB Descriptor, I was able to manually parse it correctly. I would need to have it with me to find the real...
I don't have any guess for this, but if you can pause the app mid running and see the running thread, that could give an insight about where the problem...