ShinobiSoft

Results 17 comments of ShinobiSoft

If this is indeed the code you're using, there is an error with your variable assignment. `Webcam webcam -= Webcam.getDefault()` should be ... `Webcam webcam = Webcam.getDefault()`

From what I'm seeing at a glance... You're trying to load 64 bit webcam-capture on a 32 bit OS. I'm not familiar with Raspberry Pi CPU architecture unfortunately. To my...

RTextScrollPane is the scrollpane component to be using, not Swings or JavaFXs native scrollpanes.

Internal sdcard is located at **/data/media/0**. I'll have to check my notes as to the exact path of the external sdcard... Gimme a few. External sdcard is at **/storage/external_SD**. EXAMPLE1:...

I don't know about USB cameras, but for IP camera's, you send requests to the server via http get/post to get information about it's capabilities.

See this [https://github.com/sarxos/webcam-capture/issues/870#issuecomment-1210795046]()

View the wiki [here](https://github.com/bobbylight/RSyntaxTextArea/wiki/Example:-Setting-the-theme#setting-individual-fonts-and-colors-via-the-api)

This is exactly the issue I emailed you about a few days ago. I remedied the situation in my application by resetting the device after opening it. Since I'm using...

I think the MTK chipset is the issue. Linux is not detecting my X Power either. It does have a LAF partition however... I just bought a Stylo 3, but...

@Lekensteyn Yes, the LS996 branch is working just fine. I did confirm that via email. Haven't had a chance to test anything for the LS755 yet.