Search found 18 matches
- Wed Feb 05, 2014 5:47 pm
- Forum: Beginners
- Topic: Minecraft Server
- Replies: 8
- Views: 2321
Re: Minecraft Server
Run the command from inside the folder where the jar is.
- Wed Jan 22, 2014 10:12 am
- Forum: General programming discussion
- Topic: Accelerated Framebuffer Webkit
- Replies: 70
- Views: 47512
Re: Accelerated Framebuffer Webkit
Sorry for the late reply. Regarding the question you made a few topics back, I mistyped. I am also using omxplayer, fbi and mlbrowser.
- Fri Jan 10, 2014 3:30 pm
- Forum: Java
- Topic: Long blank screen between playing mp4
- Replies: 3
- Views: 2257
Re: Long blank screen between playing mp4
Preload the videos. I do that and reduces drastically the wait time between videos. While you are playing the first video, launch the second one and automatically pause it. Since you paused pretty much before the first frame it won't even show up on the screen. The moment your current video ends, un...
- Fri Jan 10, 2014 3:16 pm
- Forum: General programming discussion
- Topic: Accelerated Framebuffer Webkit
- Replies: 70
- Views: 47512
Re: Accelerated Framebuffer Webkit
I actually did that myself since I'm using mlplayer for the same purpose. You need to modify mlbrowser's code though, before compiling it. I'm saying this from memory since I don't have access to my rpi right now, but I think you need to change a variable on the file mlwebkit.cpp which refers to the...
- Fri Jan 10, 2014 3:10 pm
- Forum: General programming discussion
- Topic: Running a program automatically as the Raspberry pi boots up
- Replies: 9
- Views: 2653
Re: Running a program automatically as the Raspberry pi boot
Unless you really have a reason to run your application with superuser previleges, I'd recomend using
instead, supossing "pi" is your default, non-super user previleged user.
Code: Select all
su pi -c python image.py
- Tue Dec 24, 2013 5:07 pm
- Forum: Java
- Topic: unable to load a .dll library to run a java application
- Replies: 7
- Views: 4816
Re: unable to load a .dll library to run a java application
I'm assuming you deployed with the application packed in a jar?
- Mon Dec 23, 2013 3:29 pm
- Forum: Raspberry Pi OS
- Topic: Show black/blank screen while running script
- Replies: 2
- Views: 2387
Re: Show black/blank screen while running script
try setterm -blank force But then you'll be locked on a black screen until you can "blindly" write setterm -blank poke And I'm assuming you are running terminal-only . Another option would be to "sudo chvt n", where n is a virtual terminal where a getty is not set (which by defau...
- Fri Dec 13, 2013 9:49 am
- Forum: Java
- Topic: JavaFX and omxplayer
- Replies: 9
- Views: 5387
Re: JavaFX and omxplayer
That's great, thanks for the support!
- Fri Dec 13, 2013 9:44 am
- Forum: General programming discussion
- Topic: Accelerated Framebuffer Webkit
- Replies: 70
- Views: 47512
Re: Accelerated Framebuffer Webkit
Hi topguy, I have a problem with mlbrowser where I am getting the lateral scrollbars. Since I'll be using it for an embedded device, I'd like to know a way to remove them completely, even if using a scrollable website. I've noticed that on the .mlwebkitcpp file you've set it to pView->setHorizontalS...
- Thu Nov 28, 2013 12:56 pm
- Forum: Raspberry Pi OS
- Topic: Poor Javascript performance
- Replies: 9
- Views: 3753
Re: Poor Javascript performance
Java is not that slow. http://trouch.com/2013/01/12/raspberry-pi-benchmark/
- Tue Nov 26, 2013 5:00 pm
- Forum: Java
- Topic: JavaFX and omxplayer
- Replies: 9
- Views: 5387
Re: JavaFX and omxplayer
Coming back to this issue, the solution above only works during transitions! If I have a 1minute video and I set, lets say, a fadeout animation on an image with a duration of 2 minutes, I will have the animation passing on top of the video. However if I show the image static, with no animations, I g...
- Thu Nov 07, 2013 12:23 pm
- Forum: Java
- Topic: JavaFX and omxplayer
- Replies: 9
- Views: 5387
Re: JavaFX and omxplayer
You are a savior. It worked, I set the scene to TRANSPARENT and used that argument and now the video does show up. Thank you a million times, you are a life saver.
- Wed Nov 06, 2013 9:42 am
- Forum: Java
- Topic: JavaFX and omxplayer
- Replies: 9
- Views: 5387
JavaFX and omxplayer
Hi, I'm making a JavaFX application and I need to show video. However I have noticed that a JavaFX ALWAYS takes precedence to anything else beeing drawn, so whenever I call omxplayer, even if I get the javaFX to hide() I still can't see the video which is probably beeing played behind the javaFX app...
- Tue Nov 05, 2013 12:32 pm
- Forum: Java
- Topic: JavaFX glGetError 0x505
- Replies: 2
- Views: 6190
Re: JavaFX glGetError 0x505
Yes that did the trick. I did not expect that 64mb RAM would not be enough to display 1 single 200kb image.
- Mon Nov 04, 2013 12:34 pm
- Forum: Java
- Topic: JavaFX glGetError 0x505
- Replies: 2
- Views: 6190
JavaFX glGetError 0x505
Hi, I'm trying to create a basic scene where I just open a image in full screen. I'm currently,for testing, just setting the scene size manually to the screen resolution (1920x1080). However when I run the app, I just get a glGetError 0x505 and no image shows up. If I use a smaller scene andimage li...
- Fri Nov 01, 2013 4:08 pm
- Forum: Arch
- Topic: Oracle JVM?
- Replies: 1
- Views: 1392
Oracle JVM?
Hi,
I know raspbian has it, but isn't the oracle JVM available on Arch? I've seen some comparison and it runs much faster in comparison to the openJDK, and for what I'm doing performance is of the essence (well, what isn't on the RPi).
I know raspbian has it, but isn't the oracle JVM available on Arch? I've seen some comparison and it runs much faster in comparison to the openJDK, and for what I'm doing performance is of the essence (well, what isn't on the RPi).
- Fri Nov 01, 2013 2:36 pm
- Forum: Raspberry Pi OS
- Topic: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
- Replies: 1590
- Views: 793827
Re: Minimal Kiosk Browser
Anyone been able to compile this on arch? I wanted to test this with certain html5 animated websites, but I'd hate to have to burn a raspbian image just for that. Try installing midori first. If that works, compiling shouldn't be a problem. You'll need libwebkitgtk-dev at least. But animated HTML5 ...
- Thu Oct 31, 2013 2:30 pm
- Forum: Raspberry Pi OS
- Topic: Kweb Suite (Minimal Kiosk Browser, omxplayerGUI)
- Replies: 1590
- Views: 793827
Re: Minimal Kiosk Browser
Anyone been able to compile this on arch? I wanted to test this with certain html5 animated websites, but I'd hate to have to burn a raspbian image just for that.