Chant Posted April 3, 2016 Share Posted April 3, 2016 Im not going to continue the conversation stating info on what I find. Kernel is irrelevant in this situation. Look up how tizen loads and how the srp works. If there are relevant updates I will post, Im not going to comment on things to which people seem to just want to troll. Google is a friend use it. Hanriverprod, samuel.cabral, RieGo and 5 others 8 Quote Link to comment Share on other sites More sharing options...
amanieux Posted April 3, 2016 Share Posted April 3, 2016 for those interested there is a nx500 + kit lens + 30mm f2 used for $456 (don't bid too high if you are not in a hurry because nx500+ kit lens new is sometime as low as $499 and the 30m f2 can be found new at $160) http://www.ebay.com/itm/Samsung-NX500-28-2-MP-Digital-Camera-Black-w-16-50mm-PZ-and-30mm-F-2-Lenses-/191838552932 On 3/18/2016 at 3:45 PM, vaga said: @amanieux brings up an interesting question: If the 2560*1440 is downsampled from the entire sensor, shouldn't it take less work for the proessor do downsample to 4k instead? In which case, full sensor 4k may be possible. Otherwise, if 2560*1440 is lineskipping, is there any moire? Is there a way to lineskip 4k on the entire sensor? no it takes more computations and more memory bandwidth to down-sample to 4k (down-sampling to 1440p only takes 2560*1440 pixel mix operations (something like a 3x3 matrix convolution) + 2560*1440 pixel writes ) - and my guess is that the bottleneck is memory bandwidth and not the cpu. Quote Link to comment Share on other sites More sharing options...
Last Leaves Posted April 4, 2016 Share Posted April 4, 2016 5 hours ago, Tommix said: I do not own NX1 but does NX1 support 3840x2160 98p? i mean do you see this option in settings? cause camera app have it. not bad UHD @ 98 fps I'm quite certain that it is actually 23.98p not 98p, but it's written as "3840_2160_23_98p". I hope I'm wrong. vaga, Pavel Mašek and sandro 3 Quote Link to comment Share on other sites More sharing options...
vaga Posted April 4, 2016 Share Posted April 4, 2016 I made the same mistake. It is indeed 23.98 Quote Link to comment Share on other sites More sharing options...
Otto K Posted April 4, 2016 Share Posted April 4, 2016 Some things related to hacking and video modes. Based on examining /sys/devices/platform/drime5-pmu.1/ during operation. This is a power management unit (it shuts down blocks that are not currently used - a very definite source for what's being used when): During MJPEG block called mp is used (also in video preview) During HEVC block called hevc is used, but mp as well (also in video preview) Block called srp is used only during SAS mode, not during video Block called pp is always used and I have a hunch (just a hunch) that noise removal is included in it (same name in various places during any image processing, memory allocatin, etc, even just for displaying) This strongly suggests that both hevc and jpeg are done in dedicated hardware, not something that can be easily changed (but migh accept various parameters, etc). Geoff CB, Kisaha, kidzrevil and 5 others 8 Quote Link to comment Share on other sites More sharing options...
Syme Posted April 4, 2016 Share Posted April 4, 2016 1 hour ago, Otto K said: Some things related to hacking and video modes. Based on examining /sys/devices/platform/drime5-pmu.1/ during operation. This is a power management unit (it shuts down blocks that are not currently used - a very definite source for what's being used when): During MJPEG block called mp is used (also in video preview) During HEVC block called hevc is used, but mp as well (also in video preview) Block called srp is used only during SAS mode, not during video Block called pp is always used and I have a hunch (just a hunch) that noise removal is included in it (same name in various places during any image processing, memory allocatin, etc, even just for displaying) This strongly suggests that both hevc and jpeg are done in dedicated hardware, not something that can be easily changed (but migh accept various parameters, etc). Nice! That's some of the first hard evidence we have about what's going on under the hood. Sounds like my pessimistic guess about the SRP was probably right. It makes the most sense for it to be used for what Samsung doesn't already have a more efficient IP block for (like SAS). I kind of wish that I, too, had a Samsung camera to play with. I spent most of spring break investigating my NEX 5t, but Sony goes to great lengths to keep people out of their products (at least compared to Samsung), which makes them no fun to work with. Quote Link to comment Share on other sites More sharing options...
hirsti Posted April 4, 2016 Share Posted April 4, 2016 Found a way to commit changes made with the st commands and prefman, just do a prefman save, see this link to see how I switch between 4K with DIS on to 1080p @ 120fps with DIS off via shortcut keys. http://***URL removed***/forums/post/57551639 iamoui and vaga 2 Quote Link to comment Share on other sites More sharing options...
MountneerMan Posted April 4, 2016 Share Posted April 4, 2016 28 minutes ago, hirsti said: Found a way to commit changes made with the st commands and prefman, just do a prefman save, see this link to see how I switch between 4K with DIS on to 1080p @ 120fps with DIS off via shortcut keys. http://***URL removed***/forums/post/57551639 This is excellent. Thank you so much this is what we were talking about. any luck with changing the shutter speed as well? From what I understand the st command can do this. Quote Link to comment Share on other sites More sharing options...
hirsti Posted April 4, 2016 Share Posted April 4, 2016 33 minutes ago, MountneerMan said: This is excellent. Thank you so much this is what we were talking about. any luck with changing the shutter speed as well? From what I understand the st command can do this. Yes you can use the same method. For shutter speed the offset is 0x00000310 on the NX1 which is "0x00000310 0004 APPPREF_SHUTTER_SPEED_INDEX" so to set the shutter speed to 1/100th you type the following: prefman set 0 0x00000310 l 107 prefman save the 107 value was obtained by manually setting the shutter speed and then doing a prefman get 0 0x00000310 l I have tested it and it works. Quote Link to comment Share on other sites More sharing options...
ReinisK Posted April 4, 2016 Share Posted April 4, 2016 What would happen if we set a value, that is not supported? Like for movie mode, where you have set it to 0 (4k) or 4 (120p), but instead set it to for example 8, which just doesn't mean anything? If it is ok, we could find some hidden options. Quote Link to comment Share on other sites More sharing options...
hirsti Posted April 4, 2016 Share Posted April 4, 2016 Just now, ReinisK said: What would happen if we set a value, that is not supported? Like for movie mode, where you have set it to 0 (4k) or 4 (120p), but instead set it to for example 8, which just doesn't mean anything? If it is ok, we could find some hidden options. If you set an invalid option it does not change and stays its current value. Some settings can be set this way whilst not in the menu, like e-shutter on non nx lenses Quote Link to comment Share on other sites More sharing options...
hirsti Posted April 4, 2016 Share Posted April 4, 2016 Ok, someone asked if you could change between NTSC and PAL and also change vid mode and shutter speed. They requested an option to switch between NTSC/4K@25fps/1/50 shutter and PAL/1080@120fps/1/250 shutter speed with DIS disabled. So for NTSC/4K@25fps/1/50 shutter enter the following into a corresponding key .sh file: ------------------------------------------------------------------------------------------------ prefman set 0 0x00000260 l 1 prefman set 0 0x00000330 l 1 prefman set 0 0x00000310 l 91 prefman save ----------------------------------------------------------------------------------------------- and for PAL/1080@120fps/1/250 shutter speed with DIS disabled enter the following into a corresponding .sh file ------------------------------------------------------------------------------------------------ prefman set 0 0x00000260 l 0 prefman set 0 0x000006a4 l 0 prefman set 0 0x00000330 l 4 prefman set 0 0x00000310 l 128 prefman save ------------------------------------------------------------------------------------------------ 0x00000260 is APPPREF_VIDEO_OUT and sets the TV Output, 0 is PAL and 1 is NTSC 0x00000330 is APPPREF_MOV_SIZE and sets the Movie Size dependent on the TV output, so in PAL mode 1 is UHD@25fps and in NTSC mode 4 is 1080@120fps 0x000006a4 is APPPREF_MOV_DIS and sest DIS on or off, 0 is off and 1 is on 0x00000310 is APPPREF_SHUTTER_SPEED_INDEX and sets the shutter speed 91 is 1/50th and 128 is 1/250th I have tested this on the NX1 and it works ok. This doesn't currently work on the NX500, it looks like one of the options is missing on the NX500 when it does a prefman save and as such it does not refresh the menu's Quote Link to comment Share on other sites More sharing options...
MountneerMan Posted April 4, 2016 Share Posted April 4, 2016 5 hours ago, hirsti said: Yes you can use the same method. For shutter speed the offset is 0x00000310 on the NX1 which is "0x00000310 0004 APPPREF_SHUTTER_SPEED_INDEX" so to set the shutter speed to 1/100th you type the following: prefman set 0 0x00000310 l 107 prefman save the 107 value was obtained by manually setting the shutter speed and then doing a prefman get 0 0x00000310 l I have tested it and it works. Could you please help me out? If you can't help me that is ok, I will just play around with it later this week when I have time but if you could it would be great as I am sure what you could do in 5 mins would take me 3 hours to figure out lol. Does the last three lines make sense and will it work? I am just piecing things together from what I have seen and really have no idea what I am doing. EV_RIGHT.sh prefman set 0 0x00000330 l 2 prefman set 0 0x00000310 l 91 prefman save dfmstool -s 'osd string 7 UHD 24p' sleep 3 killall dfmsd EV_LEFT.sh prefman set 0 0x00000330 l 4 prefman set 0 0x00000310 l 128 prefman save dfmstool -s 'osd string 7 FHD 120p' sleep 3 killall dfmsd Also is there a command to put the camera into video stand-by? Quote Link to comment Share on other sites More sharing options...
hirsti Posted April 5, 2016 Share Posted April 5, 2016 7 hours ago, MountneerMan said: Could you please help me out? If you can't help me that is ok, I will just play around with it later this week when I have time but if you could it would be great as I am sure what you could do in 5 mins would take me 3 hours to figure out lol. Does the last three lines make sense and will it work? I am just piecing things together from what I have seen and really have no idea what I am doing. EV_RIGHT.sh prefman set 0 0x00000330 l 2 prefman set 0 0x00000310 l 91 prefman save dfmstool -s 'osd string 7 UHD 24p' sleep 3 killall dfmsd EV_LEFT.sh prefman set 0 0x00000330 l 4 prefman set 0 0x00000310 l 128 prefman save dfmstool -s 'osd string 7 FHD 120p' sleep 3 killall dfmsd Also is there a command to put the camera into video stand-by? I don't know if anything after the Prefman save would work as it does a reboot but I will try later today. Yes you should be able to put it into video standby, one of the St commands works, I can't remember off the top of my head, will look it up. Quote Link to comment Share on other sites More sharing options...
hirsti Posted April 5, 2016 Share Posted April 5, 2016 2 hours ago, hirsti said: I don't know if anything after the Prefman save would work as it does a reboot but I will try later today. Yes you should be able to put it into video standby, one of the St commands works, I can't remember off the top of my head, will look it up. Tested this and it doesn't work, anything after the prefman save doesn't get executed. I think what happens is that the prefman save on the NX1 causes the camera to crash/reboot which causes an update of the menu system. This means that once you have done the prefman save then that is the end of the effected changes you can make. You could however set the on screen text and put a sleep in then do the changes ending in a prefman save. The only problem is the text will only stay on the screen until the reboot happens. Quote Link to comment Share on other sites More sharing options...
hirsti Posted April 5, 2016 Share Posted April 5, 2016 13 hours ago, hirsti said: Ok, someone asked if you could change between NTSC and PAL and also change vid mode and shutter speed. They requested an option to switch between NTSC/4K@25fps/1/50 shutter and PAL/1080@120fps/1/250 shutter speed with DIS disabled. So for NTSC/4K@25fps/1/50 shutter enter the following into a corresponding key .sh file: ------------------------------------------------------------------------------------------------ prefman set 0 0x00000260 l 1 prefman set 0 0x00000330 l 1 prefman set 0 0x00000310 l 91 prefman save ----------------------------------------------------------------------------------------------- and for PAL/1080@120fps/1/250 shutter speed with DIS disabled enter the following into a corresponding .sh file ------------------------------------------------------------------------------------------------ prefman set 0 0x00000260 l 0 prefman set 0 0x000006a4 l 0 prefman set 0 0x00000330 l 4 prefman set 0 0x00000310 l 128 prefman save ------------------------------------------------------------------------------------------------ 0x00000260 is APPPREF_VIDEO_OUT and sets the TV Output, 0 is PAL and 1 is NTSC 0x00000330 is APPPREF_MOV_SIZE and sets the Movie Size dependent on the TV output, so in PAL mode 1 is UHD@25fps and in NTSC mode 4 is 1080@120fps 0x000006a4 is APPPREF_MOV_DIS and sest DIS on or off, 0 is off and 1 is on 0x00000310 is APPPREF_SHUTTER_SPEED_INDEX and sets the shutter speed 91 is 1/50th and 128 is 1/250th I have tested this on the NX1 and it works ok. This doesn't currently work on the NX500, it looks like one of the options is missing on the NX500 when it does a prefman save and as such it does not refresh the menu's There is now a workaround for NX500 users, by simulating going to preview and back it updates the menu. This can also be used on the NX1 which will allow for further instructions to be done after the menu refresh, like text on the screen. Here is the link to the details - http://***URL removed***/forums/post/57556055 MountneerMan and vaga 2 Quote Link to comment Share on other sites More sharing options...
Otto K Posted April 5, 2016 Share Posted April 5, 2016 Collection of small utilities for bash scripting added to github repo: popup_timeout ["text message"] [timeout_in_seconds] - displays a popup message for a given number of seconds popup_ok [message] [ok label] [cancel label] - displays a OK / Cancel dialog, returns 0 if OK, 255 if Cancel popup_entry [message] [OK label] [cancel label] [sample entry] - displays an entry box with OK/Cancel buttons and prefilled sample text, returns entered text and 0 code for OK or just 255 for cancel. RieGo, Hanriverprod, hirsti and 1 other 4 Quote Link to comment Share on other sites More sharing options...
MountneerMan Posted April 5, 2016 Share Posted April 5, 2016 Has anyone tried to plug an external USB drive directly into the camera and mount it using telnet? I cannot find anywhere if the USB 3.0 on the NX1 is an OTG port. I was planning on going to pick up a micro USB 3.0 to female type A and play around with it but if someone already has the required cables and knows more about Linux than me this would be alot faster. I would just be googling commands from the internet https://www.google.ca/search?q=how+to+mount+a+usb+hard+drive+in+linux&oq=how+to+mount+a+usb+hard+drive+in+linux&aqs=chrome.0.69i59l2.1280j0j7&sourceid=chrome&ie=UTF-8 The intended purpose would be for a program that would back-up all the contents of the SD card to an external drive. This would allow us to back-up our videos(a must with only 1 SD slot) without bringing a laptop to every outing. RieGo, saintsimon2016, vaga and 1 other 4 Quote Link to comment Share on other sites More sharing options...
Calum MacPhail Posted April 5, 2016 Share Posted April 5, 2016 2 hours ago, MountneerMan said: Has anyone tried to plug an external USB drive directly into the camera and mount it using telnet? I cannot find anywhere if the USB 3.0 on the NX1 is an OTG port. I was planning on going to pick up a micro USB 3.0 to female type A and play around with it but if someone already has the required cables and knows more about Linux than me this would be alot faster. I would just be googling commands from the internet https://www.google.ca/search?q=how+to+mount+a+usb+hard+drive+in+linux&oq=how+to+mount+a+usb+hard+drive+in+linux&aqs=chrome.0.69i59l2.1280j0j7&sourceid=chrome&ie=UTF-8 The intended purpose would be for a program that would back-up all the contents of the SD card to an external drive. This would allow us to back-up our videos(a must with only 1 SD slot) without bringing a laptop to every outing. The NX1 mounts itself as mass storage via USB at the moment, I think without some serious reworking of the internal Firmware it wouldnt be able to support a storage drive. It would have to be programmed to mount the drive, recognise it as a storage device and then be given the ability to transfer the footage from the SD to the USB, without any external software or hardware. The NX1 may not have the hardware capabilities to achieve this, even with the software, as a mass storage device, its the computer thats doing all the transferring legwork. Even then, it can charge via the USB port, but I doubt it could power a device from the port. Quote Link to comment Share on other sites More sharing options...
Popular Post vasile Posted April 5, 2016 Popular Post Share Posted April 5, 2016 http://***URL removed***/forums/thread/3988168 hirsti, Liam, SMGJohn and 10 others 13 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.