• kArmTI - TI-Nspire emulator with skin 5 1
Currently:  

Author Topic: kArmTI - TI-Nspire emulator with skin  (Read 424399 times)

0 Members and 2 Guests are viewing this topic.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: kArmTI - TI-Nspire emulator with skin
« Reply #225 on: September 24, 2012, 11:08:23 am »
- Video recording, not just screenshoting/assembling into gif, but real video recording into a avi file for example (this one is going to be hard :P)
Actually, is not that hard. ;) I've done it before, so it's just a matter of some free time (which i don't have a lot to spare nowadays). But otoh, please tell me if you don't mind, are you willing to deal with huge (several 100MB) files? or do you have something else in the back of your mind? Cheers.
What do you mean by "several huge files" ? Are those temporary files or final files ? If they are temporary I don't mind at all. And if you mean that the final video file is going to be huge, that is not a problem either :)
In fact I thought about it because people making awesome games (Chockosta's nCraft) may want to make videos to showcase their work ;)

(Also, one more post and you have 27 posts and 26 post ratings *.*)
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline cyanophycean314

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 363
  • Rating: +43/-1
  • It's You!
    • View Profile
Re: kArmTI - TI-Nspire emulator with skin
« Reply #226 on: September 24, 2012, 05:11:12 pm »
One of the main factors for file size is how many frames are taken per second. In the end, they would be 100 MB or more. But if you don't mind, videos of people's work would be really fun to watch  :D

Offline CompSystems

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +7/-4
  • HP48GX,HP50G and TInspireCAS Calculator Programmer
    • View Profile
    • HP48GX,HP50G and TInspireCAS Calculator Programmer
Re: kArmTI - TI-Nspire emulator with skin
« Reply #227 on: September 26, 2012, 01:38:24 pm »
 Is possible that the emulator receives signals from the laboratory (labcradle) or RS232 protocol?

CBL3 (labcradle)
http://education.ti.com/educationportal/sites/US/productDetail/us_nspire_labcradle.html

« Last Edit: September 26, 2012, 03:22:35 pm by CompSystems »

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: kArmTI - TI-Nspire emulator with skin
« Reply #228 on: September 26, 2012, 01:39:25 pm »
It is not possible, as the emulator does not communicate with real devices.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline CompSystems

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +7/-4
  • HP48GX,HP50G and TInspireCAS Calculator Programmer
    • View Profile
    • HP48GX,HP50G and TInspireCAS Calculator Programmer
Re: kArmTI - TI-Nspire emulator with skin
« Reply #229 on: September 26, 2012, 01:44:21 pm »
The Emu48 emulator has a file that emulates serial, infrared and printer port, thus can communicate with real devices, then you can also emulate the I/O ports of the nspire?



Emu48 emulator Home Page

http://hp.giesselink.com/emu48.htm


Virtual HP-IL Project
http://hp.giesselink.com/hpil.htm




« Last Edit: September 26, 2012, 02:36:30 pm by CompSystems »

Offline SpiroH

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +153/-23
    • View Profile
Re: kArmTI - TI-Nspire emulator with skin
« Reply #230 on: September 26, 2012, 07:57:25 pm »
In fact I thought about it because people making awesome games (Chockosta's nCraft) may want to make videos to showcase their work ;)
One of the main factors for file size is how many frames are taken per second. In the end, they would be 100 MB or more. But if you don't mind, videos of people's work would be really fun to watch  :D
On request from some users :D i've decided to include an AVI facility into kArmTI to record some short video clips. I won't go much into details right now, but will simply say some essentials about kArmTI_v1.31
1. Some minor glitches in v1.30 were corrected.
2. This is a very simple AVI tool still in a beta stage for evaluation (i've just made it!).
3. Below are the steps to make a short avi video clip:
    3.1 The tool becomes available from the Extra Display Popup menu
   
    3.2 Before making a clip, select the Capture Options dialog to specify the output file path and the desired sampling rate (frames per second).
   
    3.3 When ready you may start avi recording, selecting 'AVI Capture Start' from this point in time onwards (at this stage) you won't get any feedback. So pay attention to your clock not to fill up the harddisk with a 2GB file!
        Before the actual capture starts you're prompted to select a video compressor codec (i strongly advise you to select one to reduce the video filesize). In the following picture, i've chosen 'Cinepak Codec'.
   
    3.4 To Stop the Capture, select 'AVI Capture Stop' and you're done.
Below is a sample video clip, i've made with fps set to 20 that lasts for 1m 12s and creates a 23.2MB avi file (not too large).
Yeah, the player is the Media Player Classic - Home Cinema (GPL) you may find here: http://mpc-hc.sourceforge.net/
   
Experiment with it and leave some feedback. Hope you like it.

Edit:
I've improved a bit the AVI Capture Options Dlg. I guess it's handy.

Added a Max Record Time (MRT) field. Recording stops automatically when the MRT limit is reached (it should not go beyond 30minutes!).
Also, do not use a fps higher than 25 (no need for it either), because frames start being missed. In my system it works fine with fps=25 tho.

Offline Wayne

  • LV3 Member (Next: 100)
  • ***
  • Posts: 72
  • Rating: +3/-3
    • View Profile
Re: kArmTI - TI-Nspire emulator with skin
« Reply #231 on: December 24, 2012, 10:02:57 am »
Hey SpiroH,
a new version of nspire emu released. Would you kindly port it in your kArmTI?
link: http://ourl.ca/9360/330734
tia
merry xmas
wayne

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: kArmTI - TI-Nspire emulator with skin
« Reply #232 on: December 24, 2012, 11:25:06 am »
fhub, your comments were provocative, which is discouraged here on the forums. Please be helpful or mods will take necessary action (such as locking the thread and/or banning people).

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: kArmTI - TI-Nspire emulator with skin
« Reply #233 on: December 24, 2012, 11:43:22 am »
Well, it wasn't that provocative, but still some people took it as provocative, the one after didn't helped much. You were indeed daring, but here you must be pretty careful here, some people aren't as daring as you. We welcome different opinions, but the key is to present them in a nice and helpful way.

And in some cases, what you thought was a multiplication might be in fact only an addition ( (-)+(-) = (-) ), so be careful.
« Last Edit: December 24, 2012, 11:44:15 am by Juju »

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline Wayne

  • LV3 Member (Next: 100)
  • ***
  • Posts: 72
  • Rating: +3/-3
    • View Profile
Re: kArmTI - TI-Nspire emulator with skin
« Reply #234 on: December 24, 2012, 11:47:07 am »
Is SpiroH gone because he was on 21st the last time here.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: kArmTI - TI-Nspire emulator with skin
« Reply #235 on: December 24, 2012, 12:00:36 pm »
You're allowed to say your opinion, but you have to be careful with how you present it.

And now I feel like I have the 2 bare feet in the mud. -_- Oh well forget it, it's just a friendly warning and a possible explanation of all your downvotes. Here on Omnimaga we try to make your experience as nice as possible.

EDIT: Also another reminder, double-posting in such a short laps of time is discouraged, there's the Modify button for that.
« Last Edit: December 24, 2012, 12:03:32 pm by Juju »

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: kArmTI - TI-Nspire emulator with skin
« Reply #236 on: December 24, 2012, 12:11:47 pm »
Here on Omnimaga we try to make your experience as nice as possible.
LOL, good joke! :P

You're still not helping. (That can provoke a fight (which are totally unwelcome).)

EDIT: Hey we're getting offtopic and this is getting nowhere, can we close that train of thought and go back to discussing the emulator? Thanks.
« Last Edit: December 24, 2012, 12:16:39 pm by Juju »

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Re: kArmTI - TI-Nspire emulator with skin
« Reply #237 on: December 24, 2012, 06:37:00 pm »
Is SpiroH gone because he was on 21st the last time here.

Most likely, unless he's just busy or taking a break from here. Sadly it might be too late, which is why in the future I would like to encourage members to use the "Report to moderator" link at the bottom of offensive posts if they want something done as fast as possible. Otherwise with school and work, moderators might easily miss drama or see it too late.


Question: Does this emu supports frame by frame emulation with rewinding without breaking animated screen capture? With debugging alongside this, that could be useful if in the future there are people who wanted to make tool assisted speedruns or test their games limits to spot glitches.
« Last Edit: December 24, 2012, 06:55:57 pm by DJ_O »

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: kArmTI - TI-Nspire emulator with skin
« Reply #238 on: December 25, 2012, 05:11:56 am »
I got an idea. I am not sure how feasible it is, but it would make everyone happy if that could work since SpiroH could keep it work closed source and people could still benefit from the latest updates from nspire_emu :D

So, would it be possible to have kArmTI be only an interface that loads an external nspire_emu or something like that ?
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline SpiroH

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +153/-23
    • View Profile
Re: kArmTI - TI-Nspire emulator with skin
« Reply #239 on: December 26, 2012, 09:22:59 am »
...
merry xmas
wayne
Thanks, wish you a merry Christmas too.
Maybe you can play gpSP now on the emulator of your choice. ;)